From 613e66d68f27f66db2096ec70ddca823e4a94b6c Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 17 Jan 2025 15:23:41 -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