Skip to content

Commit bfbb537

Browse files
committed
Avoid using ruby 2.6
1 parent c4f17b7 commit bfbb537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/polymath-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.4, 2.5, 2.6]
11+
ruby: [2.4, 2.5, 3.0]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository

0 commit comments

Comments
 (0)