Skip to content

Commit 16638bc

Browse files
committed
Remove Ruby 3.1 on GitHub Actions and don't run ruby/specs on it
1 parent 096e423 commit 16638bc

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
@@ -242,7 +242,7 @@ jobs:
242242
strategy:
243243
fail-fast: false
244244
matrix:
245-
ruby: ['3.1', '3.2', '3.3', '3.4']
245+
ruby: ['3.2', '3.3', '3.4']
246246
runs-on: ubuntu-latest
247247
steps:
248248
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)