Skip to content

Commit

Permalink
php ^8.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
514sid committed Sep 3, 2023
1 parent fe1049b commit 866be4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1', '8.2' ]
php: [ '8.1', '8.2' ]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
},
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.1",
"orchestra/testbench": "^7.0|^8.0"
"phpunit/phpunit": "^10.1",
"orchestra/testbench": "^8.8"
},
"scripts": {
"tests": "phpunit",
Expand Down

0 comments on commit 866be4a

Please sign in to comment.