Skip to content

Added new flags to mysqldump to allow for compatibility with newer ve… #107

Added new flags to mysqldump to allow for compatibility with newer ve…

Added new flags to mysqldump to allow for compatibility with newer ve… #107

Workflow file for this run

name: Testing MageDBM2
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, simplexml, dom
- name: Run Tests
run: make test