Skip to content

Commit

Permalink
Update run-integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott authored Feb 11, 2025
1 parent e4318c2 commit 518054c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
fail-fast: false
matrix:
php: [8.4, 8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
laravel: [12.*, 11.*, 10.*]
exclude:
- laravel: 12.*
php: 8.1
- laravel: 11.*
php: 8.1
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
Expand Down

0 comments on commit 518054c

Please sign in to comment.