Skip to content

Commit

Permalink
make github workflow work by using php 8.1 for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
sobstel committed Feb 24, 2024
1 parent adf3e84 commit e76162c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php-version: 8.2
php-version: 8.1
- name: phpunit (php 8.2)
uses: php-actions/phpunit@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=8.2",
"php": ">=8.1",
"predis/predis": ">=2.0.3"
},
"suggest": {
Expand Down

0 comments on commit e76162c

Please sign in to comment.