-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] v2.1.0 Symfony 7 Kompatibilität (#13)
* added compatibility with Symfony 7 * using PHP 8.2 in GitHub Actions
- Loading branch information
1 parent
6578127
commit ea5ddb2
Showing
6 changed files
with
1,590 additions
and
825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
php-version: [ '8.1' ] | ||
php-version: [ '8.2' ] | ||
|
||
steps: | ||
- name: Checkout code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
| Version | Date | Comment | | ||
|---------|------------|----------------------------------------------------------------------| | ||
| 2.0.0 | 2022-09-07 | Updated Monolog to version 3 (BC break) | | ||
| 1.3.0 | 2022-03-01 | Updates dependencies and possible Symfony versions | | ||
| 1.2.0 | 2021-08-31 | Updates dependencies | | ||
| 1.1.0 | 2020-08-06 | Added service definition for dependency injection | | ||
| 1.0.0 | 2020-08-06 | Initial release | | ||
| Version | Date | Comment | | ||
|---------|------------|----------------------------------------------------| | ||
| 2.1.0 | 2024-07-04 | Added compatibility with Symfony 7 | | ||
| 2.0.0 | 2022-09-07 | Updated Monolog to version 3 (BC break) | | ||
| 1.3.0 | 2022-03-01 | Updates dependencies and possible Symfony versions | | ||
| 1.2.0 | 2021-08-31 | Updates dependencies | | ||
| 1.1.0 | 2020-08-06 | Added service definition for dependency injection | | ||
| 1.0.0 | 2020-08-06 | Initial release | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.