Skip to content

Commit

Permalink
travis -> GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Nov 3, 2023
1 parent 1ca6589 commit 7caf98b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 105 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/redmine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Test with Redmine

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
redmine:
- '4.2'
- '5.0'
- '5.1'
ruby:
- '2.7'
- '3.0'
- '3.1'
database:
- postgresql
- mysql
steps:
- uses: eXolnet/action-redmine-plugin@v1
with:
plugin_name: redmine_airbrake
redmine_version: ${{ matrix.redmine }}
ruby_version: ${{ matrix.ruby }}
database: ${{ matrix.database }}

30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

75 changes: 0 additions & 75 deletions travis.sh

This file was deleted.

0 comments on commit 7caf98b

Please sign in to comment.