From 34a11b4287ff504ca40c7d92f53c5cbdf05db23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 16 Apr 2024 11:29:50 +0200 Subject: [PATCH] ci: Pin stable version to 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/litmus.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/litmus.yml b/.github/workflows/litmus.yml index aa98e225..107f439b 100644 --- a/.github/workflows/litmus.yml +++ b/.github/workflows/litmus.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['mysql'] - server-versions: ['master'] + server-versions: ['stable28'] name: litmus ${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3e65ffab..d4bf7bbd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.0', '8.1', '8.2'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}