Skip to content

Commit

Permalink
Update github action - add redmine 5.1 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 5, 2023
1 parent 88c7f5b commit 29868c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Gemfile
run: |
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true

- name: Setup gems
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
redmine: ['5.0-stable', 'master']
redmine: ['5.0-stable', '5.1-stable', 'master']
db: ['postgres', 'mysql']
exclude:
- ruby: '3.2'
redmine: '5.0-stable'
redmine: 5.0-stable
fail-fast: false

services:
Expand Down Expand Up @@ -55,14 +55,14 @@ jobs:
if: matrix.db == 'mysql'

- name: Checkout Redmine
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ matrix.redmine }}
path: redmine

- name: Checkout redmine_messenger
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: AlphaNodes/redmine_messenger
path: redmine/plugins/redmine_messenger
Expand Down

0 comments on commit 29868c2

Please sign in to comment.