Skip to content

Commit 8968400

Browse files
committed
Use the ubuntu default version for PHP testing
Also test the new PHP8.3 in CI in the full job.
1 parent 2792e67 commit 8968400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/ci/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- /bin/true
5252
parallel:
5353
matrix:
54-
- PHPVERSION: ["8.1","8.2"]
54+
- PHPVERSION: ["8.1","8.2","8.3"]
5555
TEST: ["E2E","Unit"]
5656
CRAWL_DATASOURCES: ["0","1","2"]
5757

@@ -60,6 +60,6 @@
6060
- /bin/true
6161
parallel:
6262
matrix:
63-
- PHPVERSION: ["8.2"]
63+
- PHPVERSION: ["8.3"]
6464
TEST: ["E2E","Unit"]
6565
CRAWL_DATASOURCES: ["0"]

0 commit comments

Comments
 (0)