Skip to content

Commit b49cff2

Browse files
author
Sebastian Gumprich
committed
remove test for unsupported ruby 2.6, add for 3.1
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent c955db1 commit b49cff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby-version: ['2.6', '2.7', '3.0']
17+
ruby-version: ['2.7', '3.0', '3.1']
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)