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 authored and ioquatix committed May 9, 2024
1 parent efe2a9d commit cf26ef1
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}}

Expand Down

0 comments on commit cf26ef1

Please sign in to comment.