Skip to content

Commit c4fd65a

Browse files
authored
Quote versions in YAML files to avoid interpretation (#96)
1 parent f7fbeaf commit c4fd65a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- php-version: 8.0
17-
symfony-version: 5.4.*
18-
- php-version: 8.0
19-
symfony-version: 6.0.*
20-
- php-version: 8.2
21-
symfony-version: 5.4.*
22-
- php-version: 8.2
23-
symfony-version: 6.2.*
16+
- php-version: '8.0'
17+
symfony-version: '5.4.*'
18+
- php-version: '8.0'
19+
symfony-version: '6.0.*'
20+
- php-version: '8.2'
21+
symfony-version: '5.4.*'
22+
- php-version: '8.2'
23+
symfony-version: '6.2.*'
2424
steps:
2525
- name: "Checkout"
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)