Skip to content

Commit 67bae4d

Browse files
committed
chore(deps): update development dependencies and workflow configurations
1 parent e69026c commit 67bae4d

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- laravel: 10.*
2222
testbench: 8.*
2323
pest: ^2.34
24-
enum: ^4.0
24+
enum: ^3.0
2525
- laravel: 11.*
2626
testbench: 9.*
2727
pest: ^3.11
@@ -65,16 +65,7 @@ jobs:
6565

6666
- name: Install dependencies - L${{ matrix.laravel }}
6767
run: |
68-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" --no-interaction --no-update
69-
if [[ "${{ matrix.enum }}" != "" ]]; then
70-
composer require --dev "jiannei/laravel-enum:${{ matrix.enum }}" --no-interaction --no-update
71-
elif [[ "${{ matrix.laravel }}" == "12.*" ]]; then
72-
composer require --dev "jiannei/laravel-enum:^4.0" --no-interaction --no-update
73-
elif [[ "${{ matrix.laravel }}" == "11.*" ]]; then
74-
composer require --dev "jiannei/laravel-enum:^4.0" --no-interaction --no-update
75-
else
76-
composer require --dev "jiannei/laravel-enum:^3.0" --no-interaction --no-update
77-
fi
68+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "jiannei/laravel-enum:${{ matrix.enum }}" --no-interaction --no-update
7869
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
7970
8071
- name: Run code style check

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"ext-json": "*"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^10.0.0",
17-
"pestphp/pest": "^3.5",
18-
"jiannei/laravel-enum": "dev-main",
16+
"orchestra/testbench": "10.*",
17+
"pestphp/pest": "^3.11",
18+
"jiannei/laravel-enum": "^4.0",
1919
"laravel/pint": "^1.18.1",
20-
"larastan/larastan": "^3.0"
20+
"larastan/larastan": "^2.0|^3.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)