diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e89bc3..42a3027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['sqlite'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -78,7 +78,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['mysql'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -145,7 +145,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['pgsql'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}