Skip to content

Commit

Permalink
Raise PHP version to 8.1 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 27, 2023
1 parent 857d213 commit bc2de93
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.0', '8.1', '8.2']
['8.1', '8.2', '8.3']
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1', '8.2']
['8.1', '8.2', '8.3']
4 changes: 3 additions & 1 deletion .github/workflows/rector.yml
Expand Up @@ -14,8 +14,10 @@ name: rector
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']
['8.3']
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -10,7 +10,7 @@ build:

environment:
php:
version: 8.0.18
version: 8.1.25
ini:
xdebug.mode: coverage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ The package helps with implementing data entry forms.

## Requirements

- PHP 8.0 or higher.
- PHP 8.1 or higher.
- `mbstring` PHP extension.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-mbstring": "*",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/html": "^3.2",
Expand Down

0 comments on commit bc2de93

Please sign in to comment.