ci: simplify legacy test matrix (#1749)

This commit is contained in:
Jonas L 2022-04-09 17:53:14 +02:00 committed by GitHub
parent 74b9c61deb
commit 652349c749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -60,16 +60,15 @@ jobs:
working-directory: legacy working-directory: legacy
test-legacy: test-legacy:
runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- runs-on: ubuntu-18.04 - php-version: "7.2" # Bionic
php-version: "7.2" - php-version: "7.3" # Buster
- runs-on: ubuntu-20.04 - php-version: "7.4" # Bullseye, Focal
php-version: "7.4"
runs-on: ${{ matrix.runs-on }}
env: env:
ENVIRONMENT: testing ENVIRONMENT: testing
steps: steps: