Skip to content

Commit

Permalink
ci: Add PHP 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaumgartl committed Nov 22, 2024
1 parent 239be7c commit f20b541
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 @@ -7,7 +7,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
phpunit-versions: ['latest']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"prefer-stable": true,
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
Expand Down

0 comments on commit f20b541

Please sign in to comment.