Skip to content

Commit a1d1aca

Browse files
authored
Increase CI supported versions (#38)
1 parent ae5c675 commit a1d1aca

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
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' || '' }}
249249
- job-name: Symfony - With lowest supported PHP version
250250
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
251-
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 }}
251+
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 }}
252252
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
253253
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
254254
# Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'Check run ○'
2424
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
2525
with:
26-
name: 'Fetch coverage info'
26+
name: 'Fetch triggering workflow metadata'
2727
fails-on-triggering-workflow-failure: true
2828

2929
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
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
@@ -40,8 +40,8 @@
4040
"ext-json": "*",
4141
"behat/behat": "^3.9.0,<=3.16.1",
4242
"dvdoug/behat-code-coverage": "^5.0",
43-
"matthiasnoback/symfony-config-test": "^4.0",
44-
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
43+
"matthiasnoback/symfony-config-test": "^4.0 || ^5.0",
44+
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
4545
"phpspec/prophecy": "^1.15",
4646
"phpspec/prophecy-phpunit": "^2.0",
4747
"phpunit/php-code-coverage": "^9.2.4",

0 commit comments

Comments
 (0)