Skip to content

Commit

Permalink
drop tests for unsupported ruby and redmine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 11, 2024
1 parent 04f7fef commit 8ec8089
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:

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

services:
Expand Down

0 comments on commit 8ec8089

Please sign in to comment.