php 8 support

This commit is contained in:
Peter Papp
2021-05-02 16:23:06 +02:00
parent 33a65b1c77
commit 583d65a1da
3 changed files with 1172 additions and 1045 deletions

View File

@@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4]
php: [8.0]
stability: [prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}