Skip to content

Commit

Permalink
update Github Actions
Browse files Browse the repository at this point in the history
* drop Ruby 2.6.8
* test Redmine 5.1.4 and Ruby 3.2.2
  • Loading branch information
arBmind committed Mar 20, 2024
1 parent 5fed4f7 commit b642dc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
redmine: [ '5.0.4', '4.2.9' ]
ruby: [ '2.7.7', '2.6.8' ]
redmine: [ '5.1.2', '4.2.9' ]
ruby: [ '2.7.7' ]
database: [ 'sqlite3', 'postgresql', 'mysql2' ]
include:
- redmine: '5.0.4'
ruby: '3.1.3'
- redmine: '5.1.2'
ruby: '3.2.2'
database: 'postgresql'
- redmine: '5.0.4'
ruby: '3.1.3'
- redmine: '5.1.2'
ruby: '3.2.2'
database: 'mysql2'

services:
Expand Down

0 comments on commit b642dc5

Please sign in to comment.