Skip to content

Commit 0844a4a

Browse files
author
Jonathan Visser
committed
Escape PHP 8.0 in integration test matrix item
1 parent 4414068 commit 0844a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
integration_test:
77
strategy:
88
matrix:
9-
php_version: [8.0, 8.1, 8.2, 8.3, 8.4]
9+
php_version: ['8.0', 8.1, 8.2, 8.3, 8.4]
1010
testsuite: [general, brancher]
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)