Skip to content

Commit 7f327fa

Browse files
committed
deprecate ruby 2.7, test ruby >3.0 only
1 parent 1ab297f commit 7f327fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ on:
88

99
jobs:
1010
rspec:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
ruby:
16+
- '3.4'
17+
- '3.3'
1618
- '3.2'
1719
- '3.1'
1820
- '3.0'
19-
- '2.7'
2021
steps:
2122
- name: Checkout
2223
uses: actions/checkout@v2

0 commit comments

Comments
 (0)