Skip to content

Commit

Permalink
Update github actions test matrix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kielabokkie authored Jan 5, 2022
1 parent ed6ff7b commit 4ac397c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
laravel: [5.7.*, 6.*, 7.*, 8.*]
php: [7.2, 7.3, 7.4, 8.0, 8.1]
include:
- laravel: 8.*
testbench: 6.*
Expand All @@ -22,10 +22,18 @@ jobs:
- laravel: 5.7.*
testbench: 3.7.*
exclude:
- laravel: 8.*
php: 7.2

name: PHP ${{ matrix.php }} / L ${{ matrix.laravel }}
- php: 7.2
laravel: 8.*
- php: 8.0
laravel: 5.7.*
- php: 8.1
laravel: 7.*
- php: 8.1
laravel: 6.*
- php: 8.1
laravel: 5.7.*

name: L ${{ matrix.laravel }} / PHP ${{ matrix.php }}

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
composer.lock
vendor

0 comments on commit 4ac397c

Please sign in to comment.