Skip to content

Commit 99b237f

Browse files
chore: update Laravel version constraints in CI workflow
1 parent cd57255 commit 99b237f

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
@@ -21,9 +21,9 @@ jobs:
2121
- php: 8.1
2222
laravel: "^11.0"
2323
- php: 8.4
24-
laravel: 9
24+
laravel: "^9.0"
2525
- php: 8.3
26-
laravel: 9
26+
laravel: "^9.0"
2727

2828
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2929

0 commit comments

Comments
 (0)