diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index dc3e3fa89..ae30502e7 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -23,6 +23,8 @@ jobs: include: - php-versions: '8.1' server-versions: 'master' + - php-versions: '8.1' + server-versions: 'stable30' databases: ['sqlite'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}