Skip to content

Commit

Permalink
🧱 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourguig committed May 12, 2024
1 parent 5973fdd commit eb44b17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ jobs:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9, 10, 11]
laravel: [9.*, 10.*, 11.*]
include:
- laravel: 11
testbench: 9.*
- laravel: 10
testbench: 8.*
exclude:
- laravel: 11
- laravel: 11.*
php: 8.0
- laravel: 11
- laravel: 11.*
php: 8.1
- laravel: 10
- laravel: 10.*
php: 8.0
- laravel: 9
- laravel: 9.*
php: 8.3
name: PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }}
steps:
Expand Down

0 comments on commit eb44b17

Please sign in to comment.