Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSabur committed Jun 19, 2022
1 parent 291429c commit 8224018
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run tests

on:
push:
schedule:
- cron: '0 0 * * *'
on: [push,pull_request]

jobs:
php-tests:
Expand All @@ -26,11 +23,12 @@ jobs:
uses: actions/checkout@v1

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
extensions: dom, curl, libxml, mbstring, zip, fileinfo, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
tools: composer:v2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8224018

Please sign in to comment.