From e8da9953e899f1cf9234458ed91638496d2ea889 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 11 Mar 2021 16:54:03 +0100 Subject: [PATCH] fix: Fix ubuntu version on CI Github Actions changed ubuntu-latest to ubuntu-20.04, which update libxml from 2.9.4 to 2.9.10. This version handles whitespaces differently and tests were failing. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99c17bb6..ba98ef76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - operating-system: [ubuntu-latest] + operating-system: [ubuntu-18.04] php-versions: ['7.3', '7.4'] services: