Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 4, 2025
1 parent aa05dfa commit 6d3d4bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
php: [ "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0", "12.0" ]
package_lang: [ "13.0", "14.0" ]
exclude:
- laravel: "11.0"
php: "8.1"

- laravel: "12.0"
php: "8.1"

- laravel: "11.0"
package_lang: "13.0"

- laravel: "12.0"
package_lang: "13.0"

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Lang ${{ matrix.package_lang }}

Expand Down

0 comments on commit 6d3d4bf

Please sign in to comment.