Skip to content

Commit 6bdd5f4

Browse files
committed
Remove Ruby 3.0 from test matrix
1 parent 2fd1f60 commit 6bdd5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ubuntu-latest]
9-
ruby: ['3.0', '3.1', '3.2', '3.3', '3.3']
9+
ruby: ['3.1', '3.2', '3.3', '3.3']
1010
name: test (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)