Skip to content

Commit

Permalink
switch to plugin test action not based on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Nov 3, 2023
1 parent ee836c8 commit 0e06fb2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/redmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
redmine: [v5.1]
ruby: [v3.2]
database: [mysql]
redmine:
- v5.0
- v5.1
ruby:
- v3.0
- v3.1
- v3.2
database:
- postgresql
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Redmine plugin test
uses: two-pack/redmine-plugin-test-action@v2
- uses: eXolnet/action-redmine-plugin@v1
with:
plugin_name: redmine_pushover
redmine_version: ${{ matrix.redmine }}
ruby_version: ${{ matrix.ruby }}
database: ${{ matrix.database }}

0 comments on commit 0e06fb2

Please sign in to comment.