Skip to content

Commit dd672f1

Browse files
committed
chore(workflows): update laravel versions
- Update Laravel version to 8.0.* in .github/workflows/tests.yml - Remove laravel 7.0.* and 8.3.* versions from the configuration
1 parent fdb90a8 commit dd672f1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
os: [ ubuntu-latest ]
1212
php: [ 7.4, 8.3 ]
1313
dependency-version: [ prefer-stable ]
14-
laravel: [ 7.0.*, 8.*, 9.*, 10.*, 11.* ]
14+
laravel: [ 8.0.*, 9.*, 10.*, 11.* ]
1515
include:
16-
- laravel: 7.0.*
17-
testbench: 5.*
18-
- laravel: 8.*
16+
- laravel: 8.0.*
1917
testbench: 6.*
2018
- laravel: 9.*
2119
testbench: 7.*
@@ -31,7 +29,7 @@ jobs:
3129
- php: 7.4
3230
laravel: 11.*
3331
- php: 8.3
34-
laravel: 7.0.*
32+
laravel: 8.0.*
3533

3634
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3735

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"orchestra/testbench": "^6.43 || ^7.0 || ^8.0 || ^9.0",
7777
"pestphp/pest": "^1.23 || ^2.0",
7878
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
79-
"pestphp/pest-plugin-laravel": "^1.4 || ^2.0",
79+
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
8080
"phpstan/extension-installer": "^1.3",
8181
"phpstan/phpstan": "^1.10",
8282
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -166,7 +166,7 @@
166166
"composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v",
167167
"composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
168168
"composer-unused-checker": "@php ./vendor/bin/composer-unused --ansi -v",
169-
"composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --except-packages=guanguans/notify --ansi",
169+
"composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --except-packages=guanguans/notify --except-packages=pestphp/pest-plugin-laravel --ansi",
170170
"composer-updater-dry-run": "@composer-updater --dry-run",
171171
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
172172
"facade-lint": "@facade-update --lint",

0 commit comments

Comments
 (0)