Skip to content

Commit 7a5f10a

Browse files
committed
GH Actions: improve readability of the job title
When the PHP version nr is provided as a string, the full text will show in the `title`, otherwise, for PHP 8.0, it would be cut off to `8` (float to integer cast).
1 parent 56ffc5a commit 7a5f10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.0, 7.4, 7.3]
24+
php: ['8.0', '7.4', '7.3']
2525
dependency-version: [prefer-lowest, prefer-stable]
2626
experimental: [false]
2727

0 commit comments

Comments
 (0)