From da64b0bd9fc4d4d6dd8dae5b7f5030f2901744a5 Mon Sep 17 00:00:00 2001 From: ArchBlood <35392110+ArchBlood@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:46:36 -0500 Subject: [PATCH] Update theme-tests-master.yml Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com> --- .github/workflows/theme-tests-master.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/theme-tests-master.yml b/.github/workflows/theme-tests-master.yml index 8a732d6..77f4475 100644 --- a/.github/workflows/theme-tests-master.yml +++ b/.github/workflows/theme-tests-master.yml @@ -8,5 +8,10 @@ on: jobs: tests: uses: GreenMeteor/actions/.github/workflows/theme-tests-master.yml@main + strategy: + matrix: + os: ['ubuntu-latest'] + php: ['7.4', '8.0', '8.1'] + mysql: ['5.7'] with: theme-name: Material