Skip to content

Commit ab19bd9

Browse files
Fix formatting in build.yml for Laravel versions
1 parent 0dc69ff commit ab19bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
php-version: ['8.2', '8.3', '8.4']
23-
laravel-version: [12, '13']
23+
laravel-version: ['12', '13']
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
stability: [prefer-lowest, prefer-stable]
2626
experimental: [false]

0 commit comments

Comments
 (0)