diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b081cc399..f1a4f9904 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Install Composer shell: bash run: >- - wget https://github.com/composer/getcomposer.org/raw/master/web/installer -O - -q | + wget https://github.com/composer/getcomposer.org/raw/main/web/installer -O - -q | php -- --quiet - name: Install PHP packages diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5338c24..e4badc935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ### Fixed - Fix empty Category [#805](https://github.com/nextcloud/cookbook/pull/805) @jotoeri +- Fix CI test scripts + [#809](https://github.com/nextcloud/cookbook/pull/809) @christianlupus + ## 0.9.4 - 2021-09-29