diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 77f74efdd..4b51a2e31 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -30,4 +30,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0'] + ['8.1'] diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 6e4f6a401..063602778 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -29,4 +29,4 @@ jobs: os: >- ['ubuntu-latest', 'windows-latest'] php: >- - ['8.0', '8.1'] + ['8.1'] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73624d14d..36846aa46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: os: >- ['ubuntu-latest', 'windows-latest'] php: >- - ['8.0', '8.1', '8.2', '8.3'] + ['8.1', '8.2', '8.3'] phpunit-without-intl: uses: yiisoft/actions/.github/workflows/phpunit.yml@master with: @@ -41,4 +41,4 @@ jobs: os: >- ['ubuntu-latest', 'windows-latest'] php: >- - ['8.0', '8.1', '8.2', '8.3'] + ['8.1', '8.2', '8.3'] diff --git a/.github/workflows/composer-require-checker.yml b/.github/workflows/composer-require-checker.yml index be83e2c30..1f354911d 100644 --- a/.github/workflows/composer-require-checker.yml +++ b/.github/workflows/composer-require-checker.yml @@ -31,5 +31,5 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0', '8.1', '8.2'] + ['8.1', '8.2'] config: ./composer-require-checker.json diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7a1e25ab1..e357747fe 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,4 +29,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0', '8.1', '8.2'] + ['8.1', '8.2'] diff --git a/composer.json b/composer.json index 5087a235e..62d7210ef 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-mbstring": "*", "psr/container": "^1.0|^2.0", "yiisoft/arrays": "^2.1|^3.0",