Skip to content

Commit

Permalink
wip test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed May 9, 2022
1 parent a08ee94 commit 95e20b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@ jobs:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
laravel: [9.*, 8.*]
statamic: [3.3, 3.2, 3.1]
statamic: [3.3.*, 3.2.*, 3.1.*]
dependency-version: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 9.*
statamic: 3.2.*
- laravel: 9.*
statamic: 3.1.*
- laravel: 8.*
statamic: 3.3.*


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

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
.DS_Store
composer.lock
.php-cs-fixer.cache

build/report.junit.xml

0 comments on commit 95e20b6

Please sign in to comment.