Skip to content

Commit

Permalink
Run tests and PHPStan on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Jan 2, 2025
1 parent 4e89293 commit 388416d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
coverage: none

- name: Install composer dependencies
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.2, 8.3 ]
laravel: [ ^10.0, ^11.0 ]
php: [ 8.3, 8.4 ]
laravel: [ ^11.0 ]
dependency-version: [ prefer-lowest, prefer-stable ]
include:
- laravel: ^10.0
testbench: ^8.0
- laravel: ^11.0
testbench: ^9.0
exclude:
- php: 8.4
laravel: ^11.0
dependency-version: prefer-lowest

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 388416d

Please sign in to comment.