Skip to content

Commit

Permalink
Add Ruby 3.2,drop 2.6 and before from test env
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Aug 26, 2023
1 parent cc36bc1 commit 4d8ae0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,17 @@ jobs:
strategy:
matrix:
db: [sqlite3, mysql, postgres]
ruby_version: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1]
redmine_version: [4.1-stable, 4.2-stable, 5.0-stable, master]
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
redmine_version: [4.2-stable, 5.0-stable, master]
exclude:
- ruby_version: 2.4
redmine_version: master
- ruby_version: 2.4
redmine_version: 5.0-stable
- ruby_version: 2.5
redmine_version: master
- ruby_version: 2.7
redmine_version: 4.1-stable
- ruby_version: 3.0
redmine_version: 4.1-stable
- ruby_version: 3.0
- ruby_version: "3.0"
redmine_version: 4.2-stable
- ruby_version: "3.1"
redmine_version: 4.2-stable
- ruby_version: 3.1
redmine_version: 4.1-stable
- ruby_version: 3.1
- ruby_version: "3.2"
redmine_version: 4.2-stable
- ruby_version: "3.2"
redmine_version: 5.0-stable
services:
mysql:
image: mysql:5.7
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
Gemfile
Gemfile.lock

0 comments on commit 4d8ae0a

Please sign in to comment.