Skip to content

Commit

Permalink
Merge pull request #3 from dotgksh/support-php82
Browse files Browse the repository at this point in the history
Support PHP 8.2
  • Loading branch information
karkowg authored May 22, 2024
2 parents d64c391 + 5ef4fce commit 53f2b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
php: [ 8.0, 8.1 ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
dependency-version: [ prefer-lowest, prefer-stable ]

name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^8.0",
"symfony/process": "^6.0"
"symfony/process": "^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.21",
Expand Down

0 comments on commit 53f2b80

Please sign in to comment.