Skip to content

Commit

Permalink
Update GitHub test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Mar 13, 2024
1 parent db2a092 commit d6b9314
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,55 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
php: [7.2, 7.3, 8.0, 8.1, 8.2]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
php: [7.2, 7.3, 8.0, 8.1, 8.2, 8.3]
exclude:

- laravel: 11.*
php: 7.2
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

- laravel: 10.*
php: 7.2
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 8.0
- laravel: 8.*
php: 7.2

- laravel: 9.*
php: 7.2
- laravel: 9.*
php: 7.3
fail-fast: false
- laravel: 9.*
php: 8.3

- laravel: 8.*
php: 7.2
- laravel: 8.*
php: 8.2
- laravel: 8.*
php: 8.3

- laravel: 7.*
php: 8.1
- laravel: 7.*
php: 8.2
- laravel: 7.*
php: 8.3

- laravel: 6.*
php: 8.1
- laravel: 6.*
php: 8.2
- laravel: 6.*
php: 8.3

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

Expand Down

0 comments on commit d6b9314

Please sign in to comment.