From f4fbfaac0668d98d2fdafe471a61ff187375c952 Mon Sep 17 00:00:00 2001 From: Sergiy Petrov Date: Wed, 13 Oct 2021 20:46:58 +0300 Subject: [PATCH] Update test.yml --- .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 645b069e0b..468265fab5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.3, 7.4, '8.0'] + php: [7.3, 7.4, '8.0', '8.1'] service: ['mysql:5.7', mariadb] prefix: ['', flarum_]