Skip to content

Commit

Permalink
Require php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Dec 13, 2023
1 parent 31e5880 commit 24b28f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: [8.2', '8.3']
dependencies: ['']
include:
- { php-version: '8.1', dependencies: '--prefer-lowest --prefer-stable' }
- { php-version: '8.2', dependencies: '--prefer-lowest --prefer-stable' }

name: Unit tests - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: mbstring, intl
tools: composer:v2

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog rules:
-->

## Unreleased
- [**BC**] Require php 8.2
- Update dependencies

## 6.0.0 - 2023-12-13
- [**BC**] Require php 8.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
},
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"lmc/coding-standard": "^3.3",
"mf/collections-php": "^7.0",
"mf/collections-php": "^8.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.49",
"phpstan/phpstan-phpunit": "^1.3.15",
Expand Down

0 comments on commit 24b28f6

Please sign in to comment.