Skip to content

Commit

Permalink
Revert "Updating tests CI"
Browse files Browse the repository at this point in the history
This reverts commit a073af1.
  • Loading branch information
aglipanci committed Mar 13, 2024
1 parent b0c0b05 commit a310a50
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ 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 @@ -28,7 +26,15 @@ 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 @@ -41,10 +47,12 @@ 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 a310a50

Please sign in to comment.