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 Dec 20, 2024
1 parent 7515571 commit 6e0ba25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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.3'
php-version: '8.4'
coverage: none

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

name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.carbon }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 6e0ba25

Please sign in to comment.