Skip to content

Commit 733371f

Browse files
CopilotPowerKiKi
andcommitted
Fix CI: Remove Ruby 3.1 from matrix since plugin requires Ruby 3.2+
Co-authored-by: PowerKiKi <[email protected]>
1 parent bb266c1 commit 733371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
ruby: ['3.1', '3.2', '3.3']
14+
ruby: ['3.2', '3.3']
1515
redmine: ['6.0-stable', 'master']
1616
db: ['postgres', 'mysql']
1717
fail-fast: false

0 commit comments

Comments
 (0)