From 33e59bcf1ab63a740540ddd5b44058b862bdaa5c Mon Sep 17 00:00:00 2001 From: Jesse Rushlow <40327885+jrushlow@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:45:15 -0400 Subject: [PATCH] minor #213 [ci] test against symfony 7.1 * [ci] test against symfony 7 * only add 7.1 --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 954bf54..b67a347 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main pull_request: release: @@ -22,6 +22,8 @@ jobs: symfony: '*' - php: 8.3 symfony: '7.0.*' + - php: 8.3 + symfony: '7.1.*' steps: - uses: zenstruck/.github@php-test-symfony with: