From e3b7363a2c6561c306dc4bbdd9357d59c57bc375 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 18 Apr 2024 13:47:14 +0200 Subject: [PATCH] Use stable25 in phpunit sqlite workflow Signed-off-by: Louis Chemineau --- .github/workflows/phpunit-sqlite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index de1bcf0ab..b46fa494a 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: php-versions: ["8.0"] - server-versions: ["master"] + server-versions: ["stable25"] steps: - name: Set app env