Skip to content

Commit 6ac9e12

Browse files
committed
chore(action):ignore php:8.4 laravel ^9.0
1 parent 208651b commit 6ac9e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
laravel: "^12.0"
2121
- php: 8.1
2222
laravel: "^11.0"
23+
- php: 8.4
24+
laravel: "^9.0"
2325

2426
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2527

0 commit comments

Comments
 (0)