Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Dec 20, 2022
1 parent 6d9217a commit 8c401d7
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.3, 8.0, 8.1, 8.2]
laravel: [9.*, 8.*, 7.*, 6.*]
php: [8.0, 8.1, 8.2]
laravel: [9.*, 8.*]
stability: [prefer-stable]
exclude:
- php: 7.3
laravel: 9.*
- php: 8.1
laravel: 7.*
- php: 8.1
laravel: 6.*
- php: 8.2
laravel: 7.*
- php: 8.2
laravel: 8.*
- php: 8.2
laravel: 6.*
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.23
- laravel: 7.*
testbench: 5.20.0
- laravel: 6.*
testbench: 4.18.0

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

Expand Down

0 comments on commit 8c401d7

Please sign in to comment.