Skip to content

Commit ec5c88a

Browse files
committed
update ruby version matrix to drop 2.4, 2.5 and add 3.2
1 parent 1d1b628 commit ec5c88a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
- macos
1616

1717
ruby:
18-
- 2.4
19-
- 2.5
2018
- 2.6
2119
- 2.7
2220
- "3.0" # quotes ensure this isn't misinterpreted as Integer 3: https://github.com/actions/runner/issues/849
2321
- 3.1
22+
- 3.2
2423

2524
experimental: [false]
2625
env: [""]

0 commit comments

Comments
 (0)