We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0a852 commit edd13c3Copy full SHA for edd13c3
.github/workflows/continuous-integration.yml
@@ -23,6 +23,12 @@ jobs:
23
symfony-version:
24
- '6.4.*'
25
- '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
32
33
steps:
34
- name: Checkout
CHANGELOG.md
@@ -2,6 +2,7 @@
2
-----
3
4
* Test against PHP 8.4 & 8.5
5
+* Allow Symfony 8
6
7
2.0.0
8
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": "^8.2",
21
- "symfony/process": "^6.4 || ^7.0"
+ "symfony/process": "^6.4 || ^7.0 || ^8.0"
22
},
"require-dev": {
"phpunit/phpunit": "^11.5.35"
0 commit comments