From d87170259442be33bce49a40cd80d92b3591aecc Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Mon, 16 Dec 2024 18:04:40 -0500 Subject: [PATCH] minor: add Symfony 7.2 to test matrix (#117) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 571803d..a59516d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: php: [ 8.1, 8.2, 8.3, 8.4 ] deps: [ highest ] - symfony: [ 6.4.*, 7.1.* ] + symfony: [ 6.4.*, 7.1.*, 7.2.* ] database: [ mysql, sqlite, pgsql, mariadb ] include: - php: 8.1 @@ -24,6 +24,8 @@ jobs: exclude: - php: 8.1 symfony: 7.1.* + - php: 8.1 + symfony: 7.2.* services: mariadb: