diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 45dfc49e2f..c8c49e173e 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -46,7 +46,7 @@ jobs: image: domjudge/gitlabci:24.04 strategy: matrix: - PHPVERSION: ["8.1", "8.2", "8.3", "8.4"] + PHPVERSION: ["8.2", "8.5"] steps: - uses: actions/checkout@v4 - name: Detect compatibility with supported PHP version diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c966aaadf8..233b480b78 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -44,7 +44,7 @@ jobs: options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: matrix: - PHPVERSION: [8.1, 8.4] + PHPVERSION: [8.2, 8.5] TEST: [Unit, E2E] steps: - uses: actions/checkout@v4