From 506c4d79b752066f679afe5f598dff20aa2eb9aa Mon Sep 17 00:00:00 2001 From: Alexander Gaal Date: Mon, 4 Mar 2024 16:43:48 +0100 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 373f382..6f0b737 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] - php: ['8.2', '8.3'] + os: [ubuntu-latest, windows-latest, macos-14] + php: ['8.1', '8.2', '8.3'] steps: - name: Checkout From 18f7bb47b032b1d8e640a86bcc84d168536bb762 Mon Sep 17 00:00:00 2001 From: Alexander Gaal Date: Tue, 5 Mar 2024 09:10:20 +0100 Subject: [PATCH 2/2] remove php 8.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f0b737..6a2f04e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-14] - php: ['8.1', '8.2', '8.3'] + php: ['8.2', '8.3'] steps: - name: Checkout