Skip to content

Commit cf93c82

Browse files
Merge branch '5.4' into 6.2
* 5.4: Run unit tests with PHP 8.3
2 parents b66e6db + 172a848 commit cf93c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
matrix:
2828
include:
2929
- php: '8.1'
30-
- php: '8.1'
30+
- php: '8.2'
3131
mode: high-deps
32-
- php: '8.1'
33-
mode: low-deps
3432
- php: '8.2'
33+
mode: low-deps
34+
- php: '8.3'
3535
#mode: experimental
3636
fail-fast: false
3737

src/Symfony/Component/Runtime/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"composer/composer": "^1.0.2|^2.0",
24-
"symfony/console": "^5.4|^6.0",
24+
"symfony/console": "^5.4.9|^6.0.9",
2525
"symfony/dotenv": "^5.4|^6.0",
2626
"symfony/http-foundation": "^5.4|^6.0",
2727
"symfony/http-kernel": "^5.4|^6.0"

0 commit comments

Comments
 (0)