Skip to content

Commit 83ae4c6

Browse files
committed
Quote floats so they appear as strings in GitHub Actions
Not really important with 8.1+ but one day, there will be PHP 9.0.
1 parent 2c46022 commit 83ae4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 8.1
13+
- "8.1"
1414

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

0 commit comments

Comments
 (0)