Update phpunit.yml

This commit is contained in:
Matthias Pfefferle 2022-01-27 11:51:01 +01:00 committed by Django Doucet
parent 4c723d1e28
commit 0462e9d7b0

View file

@ -15,7 +15,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy:
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:
- name: Checkout
uses: actions/checkout@v2