Skip to content

Commit

Permalink
lock Ruby to 3.3.4 when building on Windows; remove duplicate Windows…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
mojavelinux committed Sep 23, 2024
1 parent 2efbf05 commit 04afe55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
# remove 3.3 on ubuntu-latest to mark as primary
- os: ubuntu-latest
ruby: '3.3'
# remove 3.3 on windows-latest to lock version
- os: windows-latest
ruby: '3.3'
include:
# test oldest Ruby 3 to ensure compatibility across full range of Ruby 3 versions
- os: ubuntu-latest
Expand All @@ -67,7 +70,7 @@ jobs:
asciidoctor-version: '2.0.10'
rouge-version: '~> 2.0.0'
- os: windows-latest
ruby: '3.3'
ruby: '3.3.4' # lock version to work around warning about fiddle gem
asciidoctor-diagram-version: ~
asciidoctor-kroki-version: '0.10.0'
# NOTE: enable once Asciidoctor 2.1.0 is released
Expand Down

0 comments on commit 04afe55

Please sign in to comment.