Skip to content

Commit

Permalink
Merge pull request #2 from karkowg/v2
Browse files Browse the repository at this point in the history
v2
  • Loading branch information
karkowg authored Aug 12, 2022
2 parents bb4f065 + 509ae7d commit d64c391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: [ 7.4, 8.0 ]
php: [ 8.0, 8.1 ]
dependency-version: [ prefer-lowest, prefer-stable ]

name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
],
"require": {
"php": "^7.4|^8.0",
"symfony/process": "^5.4"
"php": "^8.0",
"symfony/process": "^6.0"
},
"require-dev": {
"pestphp/pest": "^1.21",
Expand Down

0 comments on commit d64c391

Please sign in to comment.