Skip to content

Commit

Permalink
Merge pull request #66 from hidakatsuya/test-against-ruby3.3
Browse files Browse the repository at this point in the history
Test against Ruby3.3
  • Loading branch information
ishikawa999 authored Aug 1, 2024
2 parents 9e957b0 + 554784b commit f1761f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
include:
- redmine-repository: 'redmica/redmica'
redmine-version: 'stable-3.0'
ruby-version: '3.2'
ruby-version: '3.3'
- redmine-repository: 'redmica/redmica'
redmine-version: 'master'
ruby-version: '3.2'
ruby-version: '3.3'
- redmine-repository: 'redmine/redmine'
redmine-version: 'master'
ruby-version: '3.2'
ruby-version: '3.3'

steps:
- uses: hidakatsuya/action-setup-redmine@v1
Expand Down

0 comments on commit f1761f3

Please sign in to comment.