Skip to content

Commit

Permalink
Remove Ruby 3.0 from test-external (#2177)
Browse files Browse the repository at this point in the history
v0.5.1 of `protocol-rack` dropped support for Ruby 3.0
  • Loading branch information
Earlopain committed May 9, 2024
1 parent 0507300 commit 9a5f6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3']

runs-on: ${{matrix.os}}
env:
Expand Down

0 comments on commit 9a5f6c2

Please sign in to comment.