Skip to content

Commit d099987

Browse files
committed
minor #6607 Add CI tests for Symfony 7.2 stable (stof, javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Add CI tests for Symfony 7.2 stable Continues #6606 and adds Symfony 7.2 stable to the testing matrix. Commits ------- 8601a24 Add tests for Symfony 7.2 stable 5f410c1 Fix CI setup to allow patch versions of Symfony
2 parents 6dcab65 + 8601a24 commit d099987

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
# Latest Symfony version support
6767
- os: macos-latest
6868
php_version: "8.4"
69-
symfony_version: "7.1"
69+
symfony_version: "7.2"
7070
stability: "stable"
7171
- os: windows-latest
7272
php_version: "8.4"
73-
symfony_version: "7.1"
73+
symfony_version: "7.2"
7474
stability: "stable"
7575
# LTS Symfony version support
7676
- os: macos-latest
@@ -106,8 +106,8 @@ jobs:
106106
# Upcoming Symfony versions
107107
- os: ubuntu-latest
108108
php_version: "8.4"
109-
symfony_version: "7.2.x-dev"
110-
stability: "dev"
109+
symfony_version: "7.2"
110+
stability: "stable"
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- uses: actions/checkout@v4
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Configure Symfony version for symfony/flex
134134
if: ${{ matrix.symfony_version }}
135-
run: composer config extra.symfony.require "${{ matrix.symfony_version }}"
135+
run: composer config extra.symfony.require "${{ matrix.symfony_version }}.*"
136136

137137
- name: Install dependencies
138138
run: |

0 commit comments

Comments
 (0)