Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 12, 2024
1 parent f865a58 commit dc25029
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,28 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
laravel: [8, 9, 10, 11]
exclude:
- php: 7.3
laravel: 9
- php: 7.3
laravel: 10
- php: 7.3
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
include:
- php: 8.4
laravel: 11
- php: 7.4
- php: 8.2
laravel: 9
- php: 8.1
laravel: 9
- php: 7.4
laravel: 10
- php: 7.4
laravel: 11
- php: '8.0'
laravel: 10
- php: '8.0'
laravel: 11
laravel: 9
- php: 8.1
laravel: 11
- php: 8.2
laravel: 8
- php: 8.3
- php: '8.0'
laravel: 8
- php: 8.3
laravel: 9
- php: 7.4
laravel: 8
- php: 7.3
laravel: 8
exclude:
- php: 8.1
laravel: 11

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

Expand Down

0 comments on commit dc25029

Please sign in to comment.