diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index c3b68da3..a73b9950 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3', '8.4' ] name: php-lint diff --git a/.github/workflows/test-stable.yml b/.github/workflows/test-stable.yml index 29d2380d..78046fe4 100644 --- a/.github/workflows/test-stable.yml +++ b/.github/workflows/test-stable.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ["8.0", "8.1", "8.2"] + php-versions: ["8.1", "8.2"] nextcloud-versions: ["24", "25", "26"] exclude: - php-versions: "8.2" diff --git a/composer.json b/composer.json index f9d74fef..806482e1 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "classmap-authoritative": true, "optimize-autoloader": true, "platform": { - "php": "8.0" + "php": "8.1" }, "sort-packages": true }, diff --git a/vendor-bin/box/composer.json b/vendor-bin/box/composer.json index cc95da52..2c3103b2 100644 --- a/vendor-bin/box/composer.json +++ b/vendor-bin/box/composer.json @@ -4,7 +4,7 @@ }, "config": { "platform": { - "php": "8.0" + "php": "8.1" } } } diff --git a/vendor-bin/coding-standard/composer.json b/vendor-bin/coding-standard/composer.json index 0ad3e76e..1e4fa9c9 100644 --- a/vendor-bin/coding-standard/composer.json +++ b/vendor-bin/coding-standard/composer.json @@ -5,7 +5,7 @@ }, "config": { "platform": { - "php": "8.0" + "php": "8.1" } } } diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 7aac8d40..b5fb4b74 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -4,7 +4,7 @@ }, "config": { "platform": { - "php": "8.0" + "php": "8.1" }, "allow-plugins": { "composer/package-versions-deprecated": true