Skip to content

Commit

Permalink
php82
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Sep 12, 2023
1 parent b0b65d7 commit e724515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# windows-latest, macOS-latest?
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: [ '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
],
"require": {
"php": ">=7.4",
"psr/simple-cache": ">1"
"php": "^8",
"psr/simple-cache": "<=3"
},
"require-dev": {
"phpunit/phpunit": "^6 || ^9",
Expand Down

0 comments on commit e724515

Please sign in to comment.