diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e2a2040..d87fa7d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.0', '8.1'] + php-version: ['8.1', '8.2', '8.3'] test-command: ['test'] name: Test PHP ${{ matrix.php-version }}