From 459d3731c8afce7c93e7a0a10e314586a0d53508 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 21 Apr 2024 09:49:46 -0500 Subject: [PATCH] Build on PHP 8.4 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0d92f0..dd55217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,10 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.3' + extensions: uv, eio + + - operating-system: 'ubuntu-latest' + php-version: '8.4' extensions: uv style-fix: none static-analysis: none