From 41ce4acab406d395e7ff7630b2aa9561cfeb93ad Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Fri, 11 Aug 2023 15:58:04 +0300 Subject: [PATCH] Adjusted testing matrix --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 67cc421..6c13d73 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1] + os: [ubuntu-latest] + php: [8.2, 8.1, 8.2] laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: