From 6465251f22cb688159a075c9d4f6f477fe108ea6 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 25 Aug 2024 10:02:32 -0500 Subject: [PATCH] Install eio only on PHP 8.1 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54f6615..7fe2719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,13 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' extensions: uv, eio + install-eio: true - operating-system: 'ubuntu-latest' php-version: '8.2' - extensions: uv, eio + extensions: uv + style-fix: none + static-analysis: none - operating-system: 'ubuntu-latest' php-version: '8.3'