Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Mar 2, 2024
1 parent 3dca97e commit 11d4938
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,65 +12,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.2, 7.3, 7.4, 8.0, 8.1, '8.2']
laravel: ['5.8.*', '6.20.*', '7.29.*', '8.20.*', '9.*', '10.*', '11.*']
php: [8.0, 8.1, 8.2, 8.3]
laravel: [ '10.*', '11.*']
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.20.*
testbench: 6.*
- laravel: 7.29.*
testbench: 5.*
- laravel: 6.20.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.2
- laravel: 9.*
php: 7.4
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.2
- laravel: 8.20.*
php: 8.1
- laravel: 8.20.*
php: 7.2
- laravel: 7.29.*
php: 8.1
- laravel: 7.29.*
php: 8.0
- laravel: 6.20.*
php: 8.1
- laravel: 6.20.*
php: 8.0
- laravel: 5.8.*
php: 8.1
- laravel: 5.8.*
php: 8.0
- laravel: 11.*
php: 7.2
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 11d4938

Please sign in to comment.