Skip to content

Commit 9eb7eed

Browse files
authored
Update run-tests.yml
1 parent 49ae097 commit 9eb7eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.2, 8.1, 8.0]
15+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1616
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
include:
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install dependencies
6262
run: |
63-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
63+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6464
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6565
6666
- name: Execute tests

0 commit comments

Comments
 (0)