Skip to content

Commit 9304fb2

Browse files
committed
wip
1 parent 41f992b commit 9304fb2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.2, 8.3, 8.4]
19+
php: [8.1, 8.2, 8.3]
2020
laravel: ['10.*', '11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
2323
- laravel: 10.*
24-
testbench: ^8.0
24+
testbench: 8.*
25+
carbon: ^2.63
2526
- laravel: 11.*
26-
testbench: ^9.0
27+
testbench: 9.*
2728
- laravel: 12.*
28-
testbench: ^10.0
29+
testbench: 10.*
2930
exclude:
3031
- laravel: 11.*
3132
php: 8.1
@@ -52,7 +53,7 @@ jobs:
5253
5354
- name: Install dependencies
5455
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --no-scripts
56+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5657
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5758
5859
- name: List Installed Dependencies

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
2828
"nunomaduro/collision": "^7.0|^8.0",
29-
"nunomaduro/larastan": "^2.8.0",
30-
"orchestra/testbench": "^8.0|^9.0",
29+
"nunomaduro/larastan": "^2.8.0|^3.1.0",
30+
"orchestra/testbench": "^8.0|^9.0|^10.0",
3131
"pestphp/pest": "^2.0|^3.7",
3232
"pestphp/pest-plugin-arch": "^2.0|^3.0",
3333
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)