Skip to content

Commit 80cb586

Browse files
committed
Check the supported PHP versions
1 parent 1476d6e commit 80cb586

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: domjudge/gitlabci:24.04
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
- uses: actions/checkout@v4
5252
- name: Detect compatibility with supported PHP version

.github/workflows/unit-tests.yml

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

0 commit comments

Comments
 (0)