diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4e765d9..9fe8968 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-20.04 ] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.3'] steps: - name: Checkout uses: actions/checkout@v2