Skip to content

Commit c64cd3a

Browse files
Michael Vasseurvmcj
authored andcommitted
Test with all supported PHP versions
1 parent bf67a46 commit c64cd3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
image: pipelinecomponents/php-codesniffer:latest
4747
strategy:
4848
matrix:
49-
PHPVERSION: ["8.1", "8.2", "8.3"]
49+
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
5050
steps:
5151
- run: apk add git
5252
- uses: actions/checkout@v4

gitlab/ci/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- /bin/true
5151
parallel:
5252
matrix:
53-
- PHPVERSION: ["8.1","8.2","8.3"]
53+
- PHPVERSION: ["8.1","8.2","8.3", "8.4"]
5454
TEST: ["E2E","Unit"]
5555
CRAWL_SHADOW_MODE: ["0","1"]
5656

0 commit comments

Comments
 (0)