Update and rename php.yml to designpatternsphp.yml

This commit is contained in:
Dominik Liebler
2019-12-15 19:31:52 +01:00
committed by GitHub
parent 3dfc37cb6f
commit 7be9106fcd

View File

@@ -1,6 +1,6 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
@@ -10,6 +10,7 @@ jobs:
- uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
extensions: mbstring
coverage: xdebug
- uses: actions/checkout@v1