Skip to content

Commit 1b60632

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent c624870 commit 1b60632

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
php: [8.1, 8.2, 8.3]
23-
laravel: [10, 11]
23+
laravel: [10, 11, 12]
2424
include:
2525
- php: 8.4
2626
laravel: 11
@@ -52,9 +52,4 @@ jobs:
5252
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}"
5353
5454
- name: Execute tests
55-
if: ${{ matrix.php == 8.1 }}
56-
run: vendor/bin/phpunit --testsuite="Feature"
57-
58-
- name: Execute tests
59-
if: ${{ matrix.php != 8.1 }}
60-
run: vendor/bin/phpunit
55+
run: vendor/bin/phpunit ${{ matrix.php == 8.1 && '--testsuite="Feature"' || '' }}

0 commit comments

Comments
 (0)