mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
travis -> GH actions
This commit is contained in:
32
.github/workflows/redmine.yml
vendored
Normal file
32
.github/workflows/redmine.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
name: Test with Redmine
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
redmine:
|
||||
- '5.0'
|
||||
- '5.1'
|
||||
ruby:
|
||||
- '3.0'
|
||||
- '3.1'
|
||||
database:
|
||||
- postgresql
|
||||
- mysql
|
||||
steps:
|
||||
- uses: eXolnet/action-redmine-plugin@v1
|
||||
with:
|
||||
plugin_name: stopwatch
|
||||
redmine_version: ${{ matrix.redmine }}
|
||||
ruby_version: ${{ matrix.ruby }}
|
||||
database: ${{ matrix.database }}
|
||||
|
||||
Reference in New Issue
Block a user