Update tests.yml

This commit is contained in:
Jan Böhmer
2020-05-25 21:47:16 +02:00
committed by GitHub
parent 3d4de2001e
commit cb547a1d18

View File

@@ -13,6 +13,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.2', '7.3', '7.4']
extensions: [mbstring, intl, gd, xsl, gmp, bcmath]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout