We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935e6c commit 0ef7196Copy full SHA for 0ef7196
.github/workflows/tests.yml
@@ -63,3 +63,8 @@ jobs:
63
64
- name: Execute tests
65
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