Skip to content

Commit

Permalink
fix PHP 8.0 => 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Jan 20, 2025
1 parent a6c14e9 commit 48e84d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php-versions: ['8.0', '8.3', '8.4']
php-versions: ['8.1', '8.3', '8.4']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"deemru/waveskit": "^1.0",
"deemru/triples": "^1.0"
}
Expand Down

0 comments on commit 48e84d3

Please sign in to comment.