Skip to content

Commit

Permalink
[!!!][TASK] Raise minimum PHP version to ^8.2 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jun 26, 2024
1 parent 0b900a4 commit 12c2e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.2', '8.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -36,11 +36,9 @@ jobs:
run: composer update

- name: CGL check
if: ${{ matrix.php == '8.1' }}
run: vendor/bin/php-cs-fixer fix --dry-run --diff -v

- name: Phpstan
if: ${{ matrix.php == '8.1' }}
run: vendor/bin/phpstan analyze --no-progress

- name: Phpunit v10
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": ["LGPL-3.0-or-later"],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-mbstring": "*"
},
"config": {
Expand Down

0 comments on commit 12c2e14

Please sign in to comment.