diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba3378b..af5d23d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Check out code into the workspace uses: actions/checkout@v2