Run github phpunit tests on PHP 8.0 too.

This commit is contained in:
Jan Böhmer 2021-10-02 20:16:12 +02:00
parent 63065a8b58
commit 2982f54d19

View file

@ -24,7 +24,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php-versions: ['7.2', '7.3', '7.4'] php-versions: ['7.2', '7.3', '7.4', '8.0']
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2