Skip to content

Commit 7f655dc

Browse files
committed
L12
1 parent 028ed28 commit 7f655dc

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.3, 8.4]
21-
laravel: [11.*]
21+
laravel: [11.*, 12.*]
2222
stability: [prefer-stable]
23-
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
2723

2824
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2925

@@ -45,8 +41,7 @@ jobs:
4541
4642
- name: Install dependencies
4743
run: |
48-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44+
composer install --${{ matrix.stability }} --prefer-dist --no-interaction
5045
5146
- name: List Installed Dependencies
5247
run: composer show -D

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"laravel/pint": "^1.14",
3333
"nunomaduro/collision": "^8.1.1||^7.10.0",
3434
"larastan/larastan": "^3.0",
35-
"orchestra/testbench": "^9.0.0||^8.22.0",
36-
"pestphp/pest": "^2.34",
37-
"pestphp/pest-plugin-arch": "^2.7",
38-
"pestphp/pest-plugin-laravel": "^2.3",
39-
"phpstan/extension-installer": "^1.4",
40-
"phpstan/phpstan-deprecation-rules": "^2.0",
41-
"phpstan/phpstan-phpunit": "^2.0"
35+
"orchestra/testbench": "^8.22.0||^9.0.0||^10.0.0",
36+
"pestphp/pest": "^3.0",
37+
"pestphp/pest-plugin-arch": "^3.0",
38+
"pestphp/pest-plugin-laravel": "^3.0",
39+
"phpstan/extension-installer": "^1.3||^2.0",
40+
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
41+
"phpstan/phpstan-phpunit": "^1.3||^2.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)