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 49ad1b0 commit 0cd998d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ 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:
postgres:
image: postgres:14
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 0cd998d

Please sign in to comment.