Skip to content

switch to plugin test action not based on docker #2

switch to plugin test action not based on docker

switch to plugin test action not based on docker #2

Workflow file for this run

name: Test with Redmine
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
redmine:
- v5.0
- v5.1
ruby:
- v3.0
- v3.1
- v3.2
database:
- postgresql
steps:
- uses: eXolnet/action-redmine-plugin@v1
with:
plugin_name: redmine_pushover
redmine_version: ${{ matrix.redmine }}
ruby_version: ${{ matrix.ruby }}
database: ${{ matrix.database }}