We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b239ce commit e56849fCopy full SHA for e56849f
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ 'ubuntu', 'macos' ]
10
- ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
+ ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
11
steps:
12
- uses: actions/checkout@v3
13
- uses: ruby/setup-ruby@v1
0 commit comments