Skip to content

Commit

Permalink
Do not test laravel 10 against php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Oct 30, 2024
1 parent f985486 commit 9517ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
php: [8.2, 8.3, 8.4]
laravel: [10, 11]
exclude:
- laravel: 10
php: 8.4

steps:
- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
matrix:
php: [8.2, 8.3, 8.4]
laravel: [10, 11]
exclude:
- laravel: 10
php: 8.4

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 9517ddc

Please sign in to comment.