Skip to content

Commit

Permalink
Merge pull request #33 from flownative/task/raise-php-dependencies
Browse files Browse the repository at this point in the history
Raise PHP dependencies to 8.[123].*
  • Loading branch information
kdambekalns authored Apr 25, 2024
2 parents fb33eee + 8a12033 commit bb25d2f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ 7.4, 8.0, 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3 ]
redis-version: [ 5, 6 ]
compiler:
- default
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"neos/cache": "^7.0 || ^8.0 || ^9.0",
"ext-zlib": "*",
"predis/predis": "^2.0",
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
"php": "8.1.* || 8.2.* || 8.3.*"
},
"require-dev": {
"mikey179/vfsstream": "~1.6",
"phpunit/phpunit": "^8.5.29"
"phpunit/phpunit": "^8.5.29 || ^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bb25d2f

Please sign in to comment.