Skip to content

Commit

Permalink
Test with all supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur authored and vmcj committed Nov 29, 2024
1 parent e772578 commit 63c53db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
image: pipelinecomponents/php-codesniffer:latest
strategy:
matrix:
PHPVERSION: ["8.1", "8.2", "8.3"]
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
steps:
- run: apk add git
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gitlab/ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- /bin/true
parallel:
matrix:
- PHPVERSION: ["8.1","8.2","8.3"]
- PHPVERSION: ["8.1","8.2","8.3", "8.4"]
TEST: ["E2E","Unit"]
CRAWL_SHADOW_MODE: ["0","1"]

Expand Down

0 comments on commit 63c53db

Please sign in to comment.