Skip to content

Commit 782041b

Browse files
committed
Update laravel/pint to version 1.0 and orchestrate/testbench to version 8.0.
1 parent af3e905 commit 782041b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [ 8.3, 8.2, 8.1 ]
20-
laravel: [ 11.*, 10.* ]
20+
# laravel: [ 11.*, 10.* ]
21+
laravel: [ 10.* ]
2122
stability: [ prefer-stable ]
22-
exclude:
23-
- php: 8.1
24-
laravel: 11.*
23+
# exclude:
24+
# - php: 8.1
25+
# laravel: 11.*
2526

2627
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2728

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^8.0",
25+
"nunomaduro/collision": "^7.0",
2626
"larastan/larastan": "^2.0.1",
27-
"orchestra/testbench": "^9.0",
27+
"orchestra/testbench": "^8.0",
2828
"pestphp/pest": "^2.20",
2929
"pestphp/pest-plugin-arch": "^2.5",
3030
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)