Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent 05886c6 commit 4b2a252
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/run-tests.yml
Expand Up @@ -16,16 +16,18 @@ jobs:
strategy:
fail-fast: true
matrix:
# php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
laravel: [^10.0, ^11.1]
# laravel: [^10.0, ^11.1]
laravel: [^10.0]
include:
- laravel: ^11.1
testbench: ^9.0
# - laravel: ^11.1
# testbench: ^9.0
- laravel: ^10.0
testbench: ^8.0
exclude:
- laravel: ^11.1
php: 8.1
# exclude:
# - laravel: ^11.1
# php: 8.1

name: TESTS PHP ${{ matrix.php }} LARAVEL ${{ matrix.laravel }} TESTBENCH ${{ matrix.testbench }}

Expand Down

0 comments on commit 4b2a252

Please sign in to comment.