Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix on event
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-navghane committed Jul 17, 2023
1 parent 31299c5 commit bbd2c35
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Mautic Plugin tests

on:
push:
branches:
- main # Main branch
- '[0-9]+\.[0-9]+'
push:
branches:
- main # Main branch
- '[0-9]+\.[0-9]+'
pull_request:

env:
PLUGIN_DIR: plugins/SparkpostBundle # Same as extra.install-directory-name in composer.json

jobs:
phpunit:
runs-on: ubuntu-latest
phpunit:
runs-on: ubuntu-latest

strategy:
matrix:
php-versions: ['8.0'] # The supported PHP versions
db-types: ['mysql'] # can be: ['mysql', 'mariadb'] but not necessary for this plugin that does not add any DB schema
mautic-versions: ['5.x'] # The supported Mautic versions
php-versions: ['8.0'] # The supported PHP versions
db-types: ['mysql'] # can be: ['mysql', 'mariadb'] but not necessary for this plugin that does not add any DB schema
mautic-versions: ['5.x'] # The supported Mautic versions

name: Tests on PHP ${{ matrix.php-versions }}, ${{ matrix.db-types }}, Mautic ${{ matrix.mautic-versions }}

Expand Down

0 comments on commit bbd2c35

Please sign in to comment.