Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Feb 27, 2021
1 parent b39a854 commit 5947313
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Expand Up @@ -10,25 +10,25 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 7.4, 7.3, 7.2]
laravel: [8, 7, 6, 5.8]
laravel: [8.*, 7.*, 6.*, 5.8.*]
stability: [prefer-stable]
include:
- laravel: 8
- laravel: 8.*
testbench: 6.*
- laravel: 7
- laravel: 7.*
testbench: 5.*
- laravel: 6
- laravel: 6.*
testbench: 4.*
- laravel: 5.8
- laravel: 5.8.*
testbench: 3.8.*
exclude:
- laravel: 8
- laravel: 8.*
php: 7.2
- laravel: 7
- laravel: 7.*
php: 8.0
- laravel: 6
- laravel: 6.*
php: 8.0
- laravel: 5.8
- laravel: 5.8.*
php: 8.0


Expand Down

0 comments on commit 5947313

Please sign in to comment.