diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6029805..da813ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.2] steps: - name: Checkout code