Skip to content

Commit c255bf1

Browse files
committed
PHP version is a string
1 parent 8e94a02 commit c255bf1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,47 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- PHP_VERSION: 7.1
16+
- PHP_VERSION: "7.1"
1717
CODE_COVERAGE: false
1818
RUN_PHPSTAN: false
1919
RUN_PSALM: false
2020
RUN_BENCHMARK: false
21-
- PHP_VERSION: 7.2
21+
- PHP_VERSION: "7.2"
2222
CODE_COVERAGE: true
2323
RUN_PHPSTAN: false
2424
RUN_PSALM: false
2525
RUN_BENCHMARK: true
26-
- PHP_VERSION: 7.3
26+
- PHP_VERSION: "7.3"
2727
CODE_COVERAGE: true
2828
RUN_PHPSTAN: false
2929
RUN_PSALM: false
3030
RUN_BENCHMARK: false
31-
- PHP_VERSION: 7.4
31+
- PHP_VERSION: "7.4"
3232
CODE_COVERAGE: true
3333
RUN_PHPSTAN: true
3434
RUN_PSALM: false
3535
RUN_BENCHMARK: false
36-
- PHP_VERSION: 8.0
36+
- PHP_VERSION: "8.0"
3737
CODE_COVERAGE: true
3838
RUN_PHPSTAN: true
3939
RUN_PSALM: false
4040
RUN_BENCHMARK: false
41-
- PHP_VERSION: 8.1
41+
- PHP_VERSION: "8.1"
4242
CODE_COVERAGE: true
4343
RUN_PHPSTAN: true
4444
RUN_PSALM: false
4545
RUN_BENCHMARK: true
46-
- PHP_VERSION: 8.2
46+
- PHP_VERSION: "8.2"
4747
CODE_COVERAGE: false
4848
RUN_PHPSTAN: true
4949
RUN_PSALM: false
5050
RUN_BENCHMARK: false
51-
- PHP_VERSION: 8.3
51+
- PHP_VERSION: "8.3"
5252
CODE_COVERAGE: false
5353
RUN_PHPSTAN: true
5454
RUN_PSALM: false
5555
RUN_BENCHMARK: false
56-
- PHP_VERSION: 8.4
56+
- PHP_VERSION: "8.4"
5757
CODE_COVERAGE: false
5858
RUN_PHPSTAN: true
5959
RUN_PSALM: false

0 commit comments

Comments
 (0)