diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a268e1..6857603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['8.0', '8.1', '8.2'] + php: ['8.1', '8.2'] steps: - name: Checkout the project diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a382c1b..782a1b8 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -17,11 +17,11 @@ jobs: id: get_tag run: echo ::set-output name=value::${GITHUB_REF/refs\/tags\//} - - name: Setup the PHP 8.0 environment on ${{ runner.os }} + - name: Setup the PHP 8.1 environment on ${{ runner.os }} uses: shivammathur/setup-php@v2 with: # Build with our minimum supported PHP version - php-version: '8.0' + php-version: '8.1' coverage: xdebug - name: Build diff --git a/README.md b/README.md index 959aa4e..de29f0f 100755 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Easily create Gutenberg Blocks with Advanced Custom Fields. ## Minimum Requirements -- [PHP](https://secure.php.net/manual/en/install.php) >= 8.0 +- [PHP](https://secure.php.net/manual/en/install.php) >= 8.1 - [WordPress](https://wordpress.org/download/) (preferrably [Bedrock](https://roots.io/bedrock/)) >= 5.0 - [Advanced Custom Fields](https://www.advancedcustomfields.com/) >= 5.8.0 diff --git a/composer.json b/composer.json index 06efa61..5010027 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "composer/installers": "^1.5|^2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 63458a6..22cc759 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f9667b987c64a5672acd86fe0816e099", + "content-hash": "4c9962b0cb85a63d8bed0f11f763ec92", "packages": [ { "name": "composer/installers", @@ -1043,8 +1043,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.0" + "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }