Skip to content

Commit a62efdf

Browse files
committed
GHA: PHP version numbers as string
1 parent 6e664b8 commit a62efdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
php_version:
11-
- 8.0
12-
- 8.1
11+
- "8.0"
12+
- "8.1"
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)