Skip to content

Commit

Permalink
Merge pull request #330 from gjtorikian/update-rubies
Browse files Browse the repository at this point in the history
Support Ruby 3.4
  • Loading branch information
gjtorikian authored Dec 29, 2024
2 parents 988b7d5 + 5e2e832 commit c3ad8e9
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 248 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/cruby-build-and-install.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ on:
pull_request:

jobs:
test:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
ruby-version:
- 3.3
- 3.4
- ruby-head

steps:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on:
workflow_dispatch:
pull_request:
paths:
- "lib/commonmarker/version.rb"

jobs:
build:
uses: yettoapp/actions/.github/workflows/ruby_rust_test_build.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
include_musl: false
Loading

0 comments on commit c3ad8e9

Please sign in to comment.