Skip to content

Commit

Permalink
Merge pull request standardrb#42 from mjankowski/ruby-eol-ci
Browse files Browse the repository at this point in the history
Remove EOLd ruby versions from CI config
  • Loading branch information
searls authored Jun 14, 2024
2 parents 1aa44ac + c9b5dd6 commit a02d53a
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]
ruby-version:
- '3.1'
- '3.2'
- '3.3'

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

Expand Down

0 comments on commit a02d53a

Please sign in to comment.