Skip to content

Commit 0b573f8

Browse files
committed
wip: 8.4 and show every deps
1 parent a2def9e commit 0b573f8

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.3, 8.2, 8.1]
16+
php: [8.4, 8.3, 8.2, 8.1]
1717
laravel: [12.*, 11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919

@@ -47,7 +47,7 @@ jobs:
4747
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4848
4949
- name: List Installed Dependencies
50-
run: composer show -D
50+
run: composer show
5151

5252
- name: Execute tests
5353
run: vendor/bin/pest

0 commit comments

Comments
 (0)