Skip to content

Commit 6d6b604

Browse files
committed
Drop PHP 8.1 from test runs
1 parent 540427d commit 6d6b604

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php-version: ['8.1', '8.2', '8.3', '8.4']
19+
php-version: ['8.2', '8.3', '8.4']
2020

2121
steps:
2222
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Change Log
66

77
* fix additional deprecations
88
* switch to PHPUnit 11.X
9+
* drop PHP 8.1 from test suite
910

1011
2024-12-01
1112
----------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ integration with the Symfony Framework.
1111

1212
## Requirements
1313

14-
* PHP 8.0+
14+
* PHP 8.2+
1515
* symfony/framework-bundle 6.4+
1616

1717
## Installation

0 commit comments

Comments
 (0)