Skip to content

Commit 3ac2aae

Browse files
committed
feat: allow Symfony 7
1 parent c59497f commit 3ac2aae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['7.3', '7.4', '8.0']
16+
php: ['7.3', '7.4', '8.0', '8.2']
1717
symfony-version: ['*']
1818
include:
1919
- php: '7.4'
@@ -24,6 +24,8 @@ jobs:
2424
symfony-version: 5.4.*
2525
- php: '8.0'
2626
symfony-version: 6.0.*
27+
- php: '8.2'
28+
symfony-version: 7.0.*
2729

2830
steps:
2931
- name: Checkout code

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.4.2 - 2023-12-04
4+
5+
- Support Symfony 7
6+
37
## 1.4.1 - 2022-01-14
48

59
- Support Symfony 6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.3 || ^8.0",
15-
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0",
15+
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
1616
"php-http/client-common": "^1.9 || ^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)