Skip to content

Commit 8ad2d73

Browse files
committed
Quote floats so they appear as strings in GitHub Actions
1 parent e7eb78e commit 8ad2d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 8.0
14-
- 8.1
13+
- "8.0"
14+
- "8.1"
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)