Skip to content

Commit 0b58575

Browse files
authored
Merge pull request #5425 from IntersectMBO/nm/upgrade-ruby-in-gh-ci
Upgrade the version of Ruby used in GH CI to match the nix flake
2 parents 1b03b2d + 217557a commit 0b58575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ jobs:
272272
ghc-version: ${{ matrix.ghc }}
273273
cabal-version: 3.14
274274

275-
- name: Set up Ruby 2.7
275+
- name: Set up Ruby
276276
if: contains(fromJson(env.packages-with-ruby-cddl-tests), matrix.package)
277277
uses: ruby/setup-ruby@v1
278278
with:
279-
ruby-version: 2.7
279+
ruby-version: 3.3
280280

281281
- name: Install cbor-diag and cddl
282282
if: contains(fromJson(env.packages-with-ruby-cddl-tests), matrix.package)

0 commit comments

Comments
 (0)