We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e14c84 commit d594af7Copy full SHA for d594af7
.github/workflows/test.yaml
@@ -18,8 +18,10 @@ jobs:
18
include:
19
- laravel: 8.*
20
testbench: 6.*
21
+ enum: 3.*
22
- laravel: 7.*
23
testbench: 5.*
24
+ enum: 2.*
25
exclude:
26
27
php: 8.0
@@ -39,7 +41,7 @@ jobs:
39
41
40
42
- name: Install dependencies
43
run: |
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "bensampo/laravel-enum:${{ matrix.enum }}" --no-interaction --no-update
45
composer update --prefer-dist --no-interaction --no-suggest
46
47
- name: Execute pest tests
0 commit comments