Skip to content

Commit 0ef7196

Browse files
authored
wip
1 parent 0935e6c commit 0ef7196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ jobs:
6363
6464
- name: Execute tests
6565
run: vendor/bin/phpunit --display-deprecations
66+
if: matrix.laravel >= 10
67+
68+
- name: Execute tests
69+
run: vendor/bin/phpunit
70+
if: matrix.laravel < 10

0 commit comments

Comments
 (0)