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 4b2a252 commit f762772
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +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]
laravel: [^10.0, ^11.1]
include:
# - 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 }}
name: P ${{ matrix.php }} L ${{ matrix.laravel }} T ${{ matrix.testbench }}

steps:
- name: Checkout
Expand Down Expand Up @@ -82,7 +80,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.2]
php: [8.2]

name: Coverage P${{ matrix.php }}

Expand Down

0 comments on commit f762772

Please sign in to comment.