Skip to content

Commit 64f582d

Browse files
authored
Increase CI supported versions (#25)
1 parent 755c878 commit 64f582d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
pkg-extra-constraints: behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-max == '8.4' ) && 'symfony/framework-bundle:~7.0.0@dev' || '' }}
250250
- job-name: Symfony - With lowest supported PHP version
251251
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
252-
php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '6.3' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
252+
php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }}
253253
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
254254
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
255255
# Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"php": {"min": "8.0", "max": "8.2", "next": "8.3"},
3-
"symfony": {"min": "4.4", "max": "6.0", "next": "6.3"}
2+
"php": {"min": "8.0", "max": "8.4", "next": "8.5"},
3+
"symfony": {"min": "4.4", "max": "6.4", "next": "7.0"}
44
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"require-dev": {
4242
"behat/behat": "^3.9.0,<=3.16.1",
4343
"dvdoug/behat-code-coverage": "^5.0",
44-
"matthiasnoback/symfony-config-test": "^4.0",
45-
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
44+
"matthiasnoback/symfony-config-test": "^4.0 || ^5.0",
45+
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
4646
"phpspec/prophecy": "^1.15",
4747
"phpspec/prophecy-phpunit": "^2.0",
4848
"phpunit/php-code-coverage": "^9.2.4",

0 commit comments

Comments
 (0)