diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94ba398..d395747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,16 @@ jobs: deps: stable symfony: '^4.4' - # Test latest php/Symfony + # Test Symfony 6 - php: 8.1 deps: stable symfony: '^6.0' + # Test latest php/Symfony + - php: 8.2 + deps: stable + symfony: '^7.0' + steps: - name: Checkout code uses: 'actions/checkout@v2'