diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bb1bcf1..13c0425 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: test: name: PHP ${{ matrix.php-version }} + Symfony ${{ matrix.symfony-version }} - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: matrix: php-version: ['7.4','8.0','8.1']