Skip to content

[TASK] update README.md, add hint to content blocks v12. #181

[TASK] update README.md, add hint to content blocks v12.

[TASK] update README.md, add hint to content blocks v12. #181

Workflow file for this run

name: CGL & unit tests
on: [push, pull_request]
jobs:
cgl-and-unit-tests:
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- run: composer update --no-interaction --no-progress
- run: composer show
- run: composer tests-for:ci