From 92709c82d21c6e35c416773f43010d64d9485fa2 Mon Sep 17 00:00:00 2001 From: Joshua Behrens Date: Thu, 3 Oct 2024 15:50:30 +0200 Subject: [PATCH] Add more php versions to default build test to ensure complete range is tested --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 17999ae..982797f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -21,9 +21,9 @@ jobs: # - macos-latest php-versions: # - '8.1' -# - '8.2' + - '8.2' - '8.3' -# - '8.4' + - '8.4' v8-versions: - 10.9.194 # - 11.9.172