Skip to content

Commit 48b4fd7

Browse files
committed
fix version string
1 parent 1c9e193 commit 48b4fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
php: [8.0, 8.1]
12-
illuminate_version: [8.67.*, 9.7*]
12+
illuminate_version: [8.67.*, 9.7.*]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} | I ${{ matrix.illuminate_version }} | ${{ matrix.stability }}

0 commit comments

Comments
 (0)