Skip to content

Commit

Permalink
Drop support of php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Feb 13, 2024
1 parent 952ea12 commit deca3a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
strategy:
matrix:
include:
- php-versions: "8.1"
composer-option: ""
continue-on-error: false
- php-versions: "8.2"
composer-option: ""
continue-on-error: false
Expand Down
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade to 3.0

## Drop support of PHP 8.1

You need to update your PHP version.

## The following classes are removed

* `Budgegeria\IntlSort\Comparator\ValueObject`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-intl": "*"
},
"require-dev": {
Expand Down

0 comments on commit deca3a4

Please sign in to comment.