Skip to content

Support for consolidation/robo:5.x #22

Support for consolidation/robo:5.x

Support for consolidation/robo:5.x #22

Workflow file for this run

name: CI
on: [push, pull_request_target]
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
matrix:
ROBO_VERSION: [ "4.0", "5.0" ]
PHP_VERSION: [ "8.2", "8.3" ]
include:
- ROBO_VERSION: "4.0"
PHP_VERSION: "8.0"
- ROBO_VERSION: "4.0"
PHP_VERSION: "8.1"
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
command: "require consolidation/robo:~${{ matrix.ROBO_VERSION }}"
php_version: ${{ matrix.PHP_VERSION }}
version: 2
- uses: php-actions/phpunit@v3
with:
test_suffix: FALSE