Skip to content

Commit

Permalink
remove php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 24, 2024
1 parent 5f45c93 commit 4774a5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3']
dependencies: ['lowest', 'highest']
name: 'BlackBox'
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3']
dependencies: ['lowest', 'highest']
name: 'Coverage'
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3']
dependencies: ['lowest', 'highest']
name: 'Psalm'
steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# Changelog

## [Unreleased]

### Removed

- Support for PHP `8.1`
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"issues": "http://github.com/innmind/di/issues"
},
"require": {
"php": "~8.1"
"php": "~8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4774a5a

Please sign in to comment.