From b7268a9949485d88af356b5f7cf6ad3d6ef2bb6b Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Sat, 8 Jan 2022 17:49:14 +0100 Subject: [PATCH 1/3] Try to fix GitHub Actions --- .github/workflows/quicktest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 59b56e112..505d7c604 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -33,6 +33,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + tools: composer:2.2.4 coverage: none # At least one test needs a non-en_US locale to be available, so make sure it is. From 01b0648b6057462e9380d7bd2ef045cb887029a2 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Sat, 8 Jan 2022 18:00:39 +0100 Subject: [PATCH 2/3] Same for test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f32f365e0..fc6510827 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: php-version: ${{ matrix.php }} ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0 coverage: ${{ steps.set_cov.outputs.COV }} - tools: cs2pr + tools: cs2pr,composer:2.2.4 # At least one test needs a non-en_US locale to be available, so make sure it is. - name: Install locales From 1b13b89ca7bc45cfed76f1dc6e99626c0ebb83c5 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Sat, 8 Jan 2022 18:03:23 +0100 Subject: [PATCH 3/3] 2.1.14 --- .github/workflows/quicktest.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 505d7c604..39df4f81a 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -33,7 +33,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - tools: composer:2.2.4 + tools: composer:2.1.14 coverage: none # At least one test needs a non-en_US locale to be available, so make sure it is. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc6510827..71ad08233 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: php-version: ${{ matrix.php }} ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0 coverage: ${{ steps.set_cov.outputs.COV }} - tools: cs2pr,composer:2.2.4 + tools: cs2pr,composer:2.1.14 # At least one test needs a non-en_US locale to be available, so make sure it is. - name: Install locales