Skip to content

Commit

Permalink
Run tests on php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Nov 25, 2024
1 parent fd88e14 commit 31c72e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.4'
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.3, 8.4]
laravel: [11.*]
laravel-data: [^4.0]
stability: [prefer-lowest, prefer-stable]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"composer-runtime-api": "^2.0",
"composer/class-map-generator": "^1.4",
"illuminate/console": "^11.0",
Expand Down

0 comments on commit 31c72e8

Please sign in to comment.