Skip to content

Commit b846fe3

Browse files
committed
Deprecate testing in Ruby 3.1
As of July 30th 2025 it's out of a maintianance window https://www.ruby-lang.org/en/downloads/branches/
1 parent 544801b commit b846fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on:
3+
on:
44
push:
55
branches:
66
- main
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby: ['3.1', '3.2', '3.3']
17+
ruby: ['3.2', '3.3']
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)