From c31aed0f14b46a04905bcd1dbac9a5ae63ab386f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 31 Oct 2023 17:48:54 +0000 Subject: [PATCH] Run unit tests on 3 OS-es --- .github/workflows/back-end.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index bbf0080d..bc8f29a4 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -48,6 +48,10 @@ jobs: strategy: fail-fast: false matrix: + os: + - "macos-latest" + - "ubuntu-latest" + - "windows-latest" php-version: - "8.1" - "8.2"