Skip to content

Commit 5b825d0

Browse files
committed
Update .gitlab-ci.yml file
1 parent d4ec623 commit 5b825d0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ include:
1414
- git submodule update --init --depth 1
1515
- composer install
1616

17-
.plugin_unit_test_php_7_3:
18-
rules:
19-
- when: never
17+
plugin_unit_tests_omp:
18+
parallel:
19+
matrix:
20+
- PHP_VERSION: ["8.1", "7.4"]
2021

21-
.application_unit_test_php_7_3:
22-
rules:
23-
- when: never
22+
application_unit_tests_omp:
23+
parallel:
24+
matrix:
25+
- PHP_VERSION: ["8.1", "7.4"]

0 commit comments

Comments
 (0)