Skip to content

Commit b5df883

Browse files
committedFeb 10, 2024
build: drop support for PHP 8.1
1 parent c134a0a commit b5df883

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-versions:
18-
- "8.1"
1918
- "8.2"
2019
- "8.3"
2120
steps:

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- allow usage with Symfony 7.x (#516)
1414
- add PHP 8.3 version in CI checks (#516)
1515
- update `actions/cache` to v4 (#520)
16+
- drop support for PHP 8.1 (#520)
1617
### Fixed
1718
- fix column count in CSV export (#497)
1819
- remove native names

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"ext-dom": "*",
2727
"ext-gettext": "*",
28-
"php": ">=8.1",
28+
"php": ">=8.2",
2929
"symfony/console": "~5.4|~6.4|~7.0",
3030
"symfony/yaml": "~5.4|~6.4|~7.0"
3131
},

‎composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.