From 0d081386d038f953f4f63dfacc7bee5d774d4a53 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 12 Feb 2021 03:44:32 +0000 Subject: [PATCH 1/3] Update tools --- resources/psalm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/psalm.json b/resources/psalm.json index 52938a71..78e5949c 100644 --- a/resources/psalm.json +++ b/resources/psalm.json @@ -6,11 +6,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/4.5.0/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/4.5.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/4.5.0/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/4.5.1/psalm.phar", "bin": "%target-dir%/psalm" } }, From cb077851aa23c0e943a0fe9d3fcd64ef2e9be683 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 12 Feb 2021 11:47:48 +0000 Subject: [PATCH 2/3] Install the zip extension as it is not available by default on 7.3 anymore --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f5b52b2..9beb7372 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,7 @@ jobs: tools: composer ini-values: "phar.readonly=0" coverage: none + extensions: zip - uses: actions/download-artifact@v1 with: From a62837d0d838b0ad89ae6f9488817d6947669d58 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 12 Feb 2021 11:58:02 +0000 Subject: [PATCH 3/3] Install the bz2 extension as it is not available by default on 7.3 anymore --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9beb7372..28b207bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: tools: composer ini-values: "phar.readonly=0" coverage: none - extensions: zip + extensions: bz2, zip - uses: actions/download-artifact@v1 with: