Skip to content

Commit 0f600f3

Browse files
committed
drop ruby 2.6 and add ruby 3.3 to the test matrix
1 parent 4fc1d06 commit 0f600f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

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

1717
ruby:
18-
- 2.6
1918
- 2.7
2019
- "3.0" # quotes ensure this isn't misinterpreted as Integer 3: https://github.com/actions/runner/issues/849
2120
- 3.1
2221
- 3.2
22+
- 3.3
2323

2424
experimental: [false]
2525
env: [""]

0 commit comments

Comments
 (0)