Skip to content

Commit 195a050

Browse files
committed
Remove testing from 2.7 in CI to make life easier for gemspec resolution and CI confdig
1 parent f339d7f commit 195a050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
20+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
2121
include:
2222
- os: windows-latest
2323
ruby: '3.4'

0 commit comments

Comments
 (0)