Skip to content

Commit 4f745c4

Browse files
committed
Add PHP 8.4 tests
1 parent 24e1c7e commit 4f745c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install dependencies
6666
run: |
67-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
67+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
6868
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
6969
7070
- name: Execute tests

0 commit comments

Comments
 (0)