Skip to content

Commit

Permalink
Updating tests CI
Browse files Browse the repository at this point in the history
Removing old version of Laravel (6 & 7) and adding v11
  • Loading branch information
aglipanci authored Mar 13, 2024
1 parent 80a7f05 commit a073af1
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
Expand All @@ -26,15 +28,7 @@ jobs:
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
- php: 7.2
laravel: 8.*
- php: 7.2
laravel: 9.*
- php: 7.2
laravel: 10.*
- php: 7.3
laravel: 9.*
- php: 7.3
Expand All @@ -47,12 +41,10 @@ jobs:
laravel: 10.*
- php: 8.0
laravel: 8.*
- php: 8.1
laravel: 6.*
- php: 8.1
laravel: 7.*
- php: 8.1
laravel: 8.*
- php: 8.2
laravel: 11.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout code
Expand Down

0 comments on commit a073af1

Please sign in to comment.