Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okdewit authored Jan 23, 2023
1 parent 486228d commit 35f0307
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 7.4]
laravel: [8.*, 7.*, 6.*]
laravel: [9.*, 8.*, 7.*, 6.*]
redis-client: ['predis', 'phpredis']
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
- laravel: 9.*
php: 7.4
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down

0 comments on commit 35f0307

Please sign in to comment.