Skip to content

Commit d594af7

Browse files
committed
test workflow updated
1 parent 2e14c84 commit d594af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
include:
1919
- laravel: 8.*
2020
testbench: 6.*
21+
enum: 3.*
2122
- laravel: 7.*
2223
testbench: 5.*
24+
enum: 2.*
2325
exclude:
2426
- laravel: 7.*
2527
php: 8.0
@@ -39,7 +41,7 @@ jobs:
3941

4042
- name: Install dependencies
4143
run: |
42-
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
4345
composer update --prefer-dist --no-interaction --no-suggest
4446
4547
- name: Execute pest tests

0 commit comments

Comments
 (0)