Skip to content

Commit

Permalink
support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 22, 2024
1 parent 549d18b commit 54a2805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "genkgo/migrations",
"license": "MIT",
"require" : {
"php" : "~8.1.0 || ~8.2.0",
"php" : "~8.2.0 || ~8.3.0",
"ext-pdo": "*"
},
"require-dev" : {
Expand Down

0 comments on commit 54a2805

Please sign in to comment.