Skip to content

Commit

Permalink
Merge pull request #633 from mjankowski/ruby-eol-ci
Browse files Browse the repository at this point in the history
Remove EOL ruby versions from CI config
  • Loading branch information
searls authored Jun 14, 2024
2 parents 919e81b + 6e9bf05 commit 5156402
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [2.7, '3.0', 3.1, 3.2, 3.3]
ruby-version:
- '3.1'
- '3.2'
- '3.3'

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

Expand Down

0 comments on commit 5156402

Please sign in to comment.