Skip to content

Commit

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

name: PHP ${{ matrix.php }} tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
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.0.0 || ~8.1.0",
"php" : "~8.1.0 || ~8.2.0",
"ext-pdo": "*"
},
"require-dev" : {
Expand Down

0 comments on commit 549d18b

Please sign in to comment.