Update phpunit.yml

This commit is contained in:
Matthias Pfefferle 2022-01-27 11:51:01 +01:00 committed by GitHub
parent 2121710c30
commit 08aab3ed24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy: strategy:
matrix: matrix:
php-versions: ['5.6', '7.2', '7.3', '7.4'] php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0', '8.1']
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2