Skip to content

Commit df1f0a0

Browse files
committed
Add ruby:3.2 and adjust exclude list
1 parent 45f0d4b commit df1f0a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
redmine_version: [4.2-stable, 5.0-stable, master]
28-
ruby_version: ['2.6', '2.7', '3.0', '3.1']
28+
ruby_version: ['2.6', '2.7', '3.0', '3.1', '3.2']
2929
db: [mysql, postgres, sqlite]
3030
# # System test takes 2~3 times longer, so limit to specific matrix combinations
3131
# # See: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
@@ -39,6 +39,12 @@ jobs:
3939
ruby_version: '3.0'
4040
- redmine_version: 4.2-stable
4141
ruby_version: '3.1'
42+
- redmine_version: 4.2-stable
43+
ruby_version: '3.2'
44+
- redmine_version: 5.0-stable
45+
ruby_version: '3.2'
46+
- redmine_version: master
47+
ruby_version: '2.6'
4248

4349
services:
4450
mysql:

0 commit comments

Comments
 (0)