diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 3fed3b05..acdfaa45 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1" ] + php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ] service: [ php-fpm, php-worker, workspace ] steps: - uses: actions/checkout@v2