Skip to content

Commit d24f5b7

Browse files
author
Jonathan Visser
committed
Escape php 8.0 version in gitlab actions
1 parent 734e164 commit d24f5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
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 is disabled for now, since Magento 2 does not support this yet.
9+
php_version: ['8.0', 8.1, 8.2, 8.3] # 8.4 is disabled for now, since Magento 2 does not support this yet.
1010
testsuite: [general, brancher]
1111
runs-on: ubuntu-latest
1212
steps:
@@ -34,7 +34,7 @@ jobs:
3434
code_quality:
3535
strategy:
3636
matrix:
37-
php_version: [8.0, 8.1, 8.2, 8.3, 8.4]
37+
php_version: ['8.0', 8.1, 8.2, 8.3, 8.4]
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout hypernode-deploy

0 commit comments

Comments
 (0)