Skip to content

Commit 45a6120

Browse files
committed
Check the supported PHP versions
1 parent 4235363 commit 45a6120

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", "8.4"]
49+
PHPVERSION: ["8.2", "8.3", "8.4", "8.5"]
5050
steps:
5151
- run: apk add git
5252
- uses: actions/checkout@v4

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
4444
strategy:
4545
matrix:
46-
PHPVERSION: [8.1, 8.4]
46+
PHPVERSION: [8.2, 8.5]
4747
TEST: [Unit, E2E]
4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)