Skip to content

Commit

Permalink
Update Ruby versions for external tests: drop v2.7 and add v3.2 and v…
Browse files Browse the repository at this point in the history
…3.3. (#2143)
  • Loading branch information
ioquatix committed Jan 31, 2024
1 parent c8b977f commit d3d415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1']
ruby: ['3.0', '3.1', '3.2', '3.3']

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit d3d415e

Please sign in to comment.