Skip to content

Commit

Permalink
CI: Add new Ruby versions, use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored and simi committed Jan 11, 2025
1 parent 1a9015d commit f32ce12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu, macos, windows ]
ruby: [ 2.7, 3.0, 3.1, 3.2, head ]
ruby: [ 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, head ]
include:
- { os: windows , ruby: mingw }
- { os: windows , ruby: ucrt }
- { os: windows , ruby: mswin }
exclude:
- { os: windows , ruby: head }

steps:
- name: repo checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: load ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit f32ce12

Please sign in to comment.