From e424a820130b3600964cecbec6a9e58cfb5c749e Mon Sep 17 00:00:00 2001 From: David Badura Date: Tue, 12 Dec 2023 14:32:29 +0100 Subject: [PATCH] add intl and bcmath extension --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 424dae9..f9b8307 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: strategy: matrix: version: [ '8.0', '8.1', '8.2', '8.3' ] - extensions: [ 'pcntl xdebug zip' ] + extensions: [ 'pcntl xdebug zip intl bcmath' ] runs-on: ubuntu-latest