Skip to content

Commit

Permalink
drop tests with ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 5, 2023
1 parent 0588d65 commit 672f8b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:

strategy:
matrix:
ruby: ['2.7', '3.0', '3.1']
redmine: ['5.0-stable', 'master']
ruby: ['3.0', '3.1', '3.2']
redmine: ['5.0-stable', '5.1-stable', 'master']
db: ['postgres', 'mysql']
exclude:
- ruby: '3.2'
redmine: 5.0-stable
fail-fast: false

services:
Expand Down

0 comments on commit 672f8b4

Please sign in to comment.