Update to PHP 8 (#1118)

* Update to PHP 8

* Update composer file

* Remove PHP 8 incompatible library

* Remove PHP 8 incompatible library
This commit is contained in:
Nabeel S
2021-05-11 18:46:21 -04:00
committed by GitHub
parent f2be14402f
commit ee61de62fa
4 changed files with 49 additions and 116 deletions

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.3', '7.4', '8.0']
name: PHP ${{ matrix.php-versions }}
env:
extensions: intl, pcov, mbstring