diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a99bb3..145b913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - php: ["8.0", "8.1", "8.2", "8.3"] + php: ["8.1", "8.2", "8.3"] env: extensions: mbstring, pcov ini: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\"" @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 env: - php: "8.0" + php: "8.2" extensions: mbstring steps: diff --git a/composer.json b/composer.json index d7e1214..9bd991e 100755 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "source": "https://github.com/getkirby/kql" }, "require": { - "getkirby/cms": "^3.8.2 || ^4.0 || ^5.0", + "getkirby/cms": "^3.10.0 || ^4.0 || ^5.0", "getkirby/composer-installer": "^1.2.1" }, "autoload": {