diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 18eb709..7b2b0cc 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,11 +9,11 @@ jobs: strategy: matrix: - php: [ '7.2', '7.3', '7.4', '8', '8.1', '8.2', '8.3'] + php: ['8.2', '8.3'] steps: - name: "Init repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Setup PHP" uses: shivammathur/setup-php@v2