diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55574a7f..254b38be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['8.0', '8.1', '8.2'] + php: ['8.0', '8.1', '8.2', '8.3'] doctrine: ['2.14'] steps: - uses: actions/checkout@v3