Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-25 21:55:09 +02:00 committed by GitHub
parent cb547a1d18
commit 2685d5e1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: PHP Composer
name: PHP Tests
on:
push:
@ -8,13 +8,13 @@ on:
jobs:
run:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
strategy:
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
uses: actions/checkout@v2