Skip to content

Commit 6fc800e

Browse files
committed
Stop testing Ruby 3.0
Ruby 3.0 is end of life and the async gem is not compatible with it.
1 parent 1c89a60 commit 6fc800e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
# https://www.ruby-lang.org/en/downloads/branches/
16-
ruby: ["3.0", "3.1", "3.2", "3.3"]
16+
ruby: ["3.1", "3.2", "3.3"]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)