diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e953d75..85c38d7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php-version: [ '7.3', '7.4', '8.0', '8.1', '8.2' ] + php-version: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - uses: actions/checkout@v3