Skip to content

Commit 296fe79

Browse files
committed
Add back quotes
1 parent d033986 commit 296fe79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v3
99
pull_request:
1010
branches:
11-
- *
11+
- '*'
1212

1313
permissions:
1414
contents: read
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
24-
php: [8.1, 8.2, 8.3]
25-
laravel: ['10.*', '11.*', '12.*']
26-
stability: [prefer-lowest, prefer-stable]
23+
os: [ ubuntu-latest, windows-latest ]
24+
php: [ 8.1, 8.2, 8.3 ]
25+
laravel: [ '10.*', '11.*', '12.*' ]
26+
stability: [ prefer-lowest, prefer-stable ]
2727
include:
2828
- laravel: 10.*
2929
testbench: 8.*

0 commit comments

Comments
 (0)