diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 600dc02..b7005ca 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -11,16 +11,17 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true -strategy: - matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] - fail-fast: false jobs: - Mink: + Tests: runs-on: ubuntu-latest + strategy: + matrix: + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + fail-fast: false + steps: - uses: actions/checkout@v3