Skip to content

Commit 8601a24

Browse files
committed
Add tests for Symfony 7.2 stable
1 parent 5f410c1 commit 8601a24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
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

0 commit comments

Comments
 (0)