Skip to content

Commit 004f4cf

Browse files
authored
Update run-tests.yml
1 parent 62e7c52 commit 004f4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
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.3, 8.2]
15+
php: [8.4, 8.3, 8.2]
1616
laravel: ['11.*', '12.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install dependencies
4545
run: |
46-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" --no-interaction --no-update
46+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4747
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4848
4949
- name: Execute tests

0 commit comments

Comments
 (0)