From 9081dbf63da4a7d8bc62cefb1964dfc9244706e2 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 17 Jan 2025 15:29:34 -0500 Subject: [PATCH] chore: Fix default PHP version --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index af46518..cc08654 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -4,7 +4,7 @@ inputs: php-version: description: 'Which version of PHP should we setup?' required: false - default: 7.4 + default: 8.1 use-lowest-dependencies: description: 'Should we prefer the lowest dependency version?' type: boolean