Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ee2510

Browse files
authoredNov 28, 2023
Merge pull request #217 from phpcr/cleanup-major
drop workarounds for symfony 2
2 parents 2e6df65 + ec608ad commit 4ee2510

File tree

102 files changed

+1134
-1668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1134
-1668
lines changed
 

‎.github/workflows/test-application.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- php-version: '7.2'
21-
dependencies: 'lowest'
22-
- php-version: '7.3'
23-
- php-version: '7.4'
2420
- php-version: '8.0'
21+
dependencies: 'lowest'
2522
- php-version: '8.1'
2623
- php-version: '8.2'
2724
- php-version: '8.3'

‎CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Changelog
88
------------------
99

1010
* Support Symfony 7
11-
* Test with PHP 8.3
11+
* Drop support for Symfony 2
12+
* Remove deprecated code, clean up workarounds for Symfony 2.
13+
* Drop support for PHP 7, test with PHP 8.3
1214
* Adjusted commands to have the return type declarations.
1315

1416
1.x

0 commit comments

Comments
 (0)
Please sign in to comment.