Skip to content

Commit 5616916

Browse files
committed
Removes ruby@3.0 from the build matrix
1 parent c0c882e commit 5616916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [macos-latest, ubuntu-latest, windows-latest]
33-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
33+
ruby-version: ['3.1', '3.2', '3.3']
3434

3535
runs-on: ${{ matrix.os }}
3636
env:

0 commit comments

Comments
 (0)