diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3375270..55581ab 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php-versions: [ '8.3', '8.3' ] + php-versions: [ '8.2', '8.3' ] steps: - uses: actions/checkout@v2