From b2a082030a822121263961719b13c4bb68c08a92 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 22 Sep 2023 09:11:07 -0600 Subject: [PATCH] Sage (and Bedrock) doesn't actually work on PHP 7.4 --- .github/workflows/sage-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sage-test.yml b/.github/workflows/sage-test.yml index ded9099a..46a63b8c 100644 --- a/.github/workflows/sage-test.yml +++ b/.github/workflows/sage-test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - php-version: [7.4, 8.0, 8.1, 8.2] + php-version: [8.0, 8.1, 8.2] steps: - name: Checkout uses: actions/checkout@v3