Skip to content

Commit

Permalink
[TASK] remove composer-lowest, add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 23, 2020
1 parent 3828d9f commit eeb18fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cgl-and-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,3 @@ jobs:
- run: composer update --no-interaction --no-progress
- run: composer show
- run: composer tests-for:ci
unit-tests-lowest:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
php-version: [7.2, 7.3]
steps:
- uses: actions/checkout@v2
# PHP 7.1-.4 are available in ubuntu-18.04
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts
- run: sudo update-alternatives --set php /usr/bin/php${{ matrix.php-version }}
- run: composer update --no-interaction --prefer-lowest --no-progress
- run: composer show
- run: composer tests-for:ci
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Registration API for Content Blocks
![CGL & unit tests](https://github.com/TYPO3-Initiatives/content-block-registration-api/workflows/CGL%20&%20unit%20tests/badge.svg?branch=master)

## Introduction

Expand Down

0 comments on commit eeb18fe

Please sign in to comment.