Skip to content

Commit

Permalink
Run tests on Laravel 10 and PHP 8.2/8.3 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi authored Jan 16, 2024
1 parent 4f1d674 commit 89ce543
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,28 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [ 8.*, 9.* ]
php: [ 7.4, 8.0, 8.1 ]
laravel: [ 8.*, 9.*, 10.* ]
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 8.*
php: 8.2
- laravel: 8.*
php: 8.3
- laravel: 9.*
php: 7.4
- laravel: 9.*
php: 8.3
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0

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

Expand Down

0 comments on commit 89ce543

Please sign in to comment.