diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f240c04..809e53b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,8 +87,10 @@ jobs: matrix: php-version: - '8.1' + - '8.2' symfony-version: - '6.1' + - '6.2' steps: - name: 'Checkout Code' uses: actions/checkout@v2