Skip to content

Commit 904b591

Browse files
committed
Fix formatting
1 parent 8eab02f commit 904b591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
php: [8.2, 8.3, 8.4]
15-
laravel: [11.*', '12.*']
15+
laravel: ['11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)