Skip to content

Commit a4f62b4

Browse files
committed
Stop testing against Ruby 3.1
1 parent 93aefe8 commit a4f62b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
ruby: ["3.1", "3.2", "3.3", "3.4"]
47+
ruby: ["3.2", "3.3", "3.4"]
4848
runs-on: ${{ matrix.os }}
4949
timeout-minutes: 30
5050
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)