Skip to content

Commit d4320bf

Browse files
authored
Update run-tests.yml
1 parent 4de2bd6 commit d4320bf

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-stable]
1818
include:
@@ -63,7 +63,7 @@ jobs:
6363

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

0 commit comments

Comments
 (0)