Skip to content

Commit edd13c3

Browse files
committed
Allow Symfony 8
1 parent 0b0a852 commit edd13c3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
symfony-version:
2424
- '6.4.*'
2525
- '7.3.*'
26+
- '7.4.x-dev'
27+
include:
28+
- php-version: '8.4'
29+
symfony-version: '8.0.x-dev'
30+
- php-version: '8.5'
31+
symfony-version: '8.0.x-dev'
2632

2733
steps:
2834
- name: Checkout

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-----
33

44
* Test against PHP 8.4 & 8.5
5+
* Allow Symfony 8
56

67
2.0.0
78
-----

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.2",
21-
"symfony/process": "^6.4 || ^7.0"
21+
"symfony/process": "^6.4 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^11.5.35"

0 commit comments

Comments
 (0)