mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
Update and rename php.yml to designpatternsphp.yml
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user