From 9c4a24b258aa8cb14587d9113ad48a1035a974f8 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Fri, 29 Nov 2019 13:00:34 +0100 Subject: [PATCH] 7.4 release, forcing tests to work with them --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd5df97e3..d6f1a718f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.1, 7.2, 7.3] + php: [7.1, 7.2, 7.3, 7.4] service: ['mysql:5.7', mariadb] prefix: ['', flarum_]