diff --git a/.github/workflows/githook.yml b/.github/workflows/githook.yml index a8dd8a3..2cb02d9 100644 --- a/.github/workflows/githook.yml +++ b/.github/workflows/githook.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-version: ['8.0', '8.1', '8.2'] + php-version: ['8.2'] steps: - uses: actions/checkout@v3