Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Sep 9, 2024
1 parent cc12de0 commit 5c4012b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3, 8.4]
laravel: [9.*, 10.*, 11.*]
laravel: [9.*, 10.*, 11.*, 12.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 12.*
testbench: 9.*
pest-plugin-laravel: 3.0.0

- laravel: 11.*
testbench: 9.*
pest-plugin-laravel: 2.3.0
Expand All @@ -25,6 +29,12 @@ jobs:
pest-plugin-laravel: 1.4.0

exclude:
- laravel: 12.*
php: 8.1

- laravel: 12.*
php: 8.0

- laravel: 11.*
php: 8.1

Expand Down

0 comments on commit 5c4012b

Please sign in to comment.