diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 269fb5b0ad..a28e47410a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -264,8 +264,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.4', '8.0', '8.1' ] -# php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '7.4', '8.0', '8.1', '8.2' ] steps: - uses: actions/checkout@v3