Skip to content

Commit 8f1edc5

Browse files
Update: include php 8.4 in workflow
1 parent 4d7d312 commit 8f1edc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.3, 8.2, 8.1, 8.0]
16+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1717
laravel: [11.*, 10.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
@@ -53,4 +53,4 @@ jobs:
5353
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5454
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5555
- name: Execute tests
56-
run: vendor/bin/phpunit
56+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)