Skip to content

Commit

Permalink
Merge pull request #288 from gjtorikian/more-rubies
Browse files Browse the repository at this point in the history
Support ruby-head
  • Loading branch information
gjtorikian committed May 1, 2024
2 parents 1b67dd7 + 89ab496 commit 057ea74
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 198 deletions.
14 changes: 3 additions & 11 deletions .github/dependabot.yml
Expand Up @@ -4,27 +4,19 @@ updates:
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10

- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10
allow:
- dependency-name: "*"
dependency-type: "production"
- dependency-name: "sorbet*"
dependency-type: "all"

- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,13 +12,16 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
ruby-version:
- 3.3
- ruby-head

steps:
- uses: actions/checkout@v4

- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: 3.3
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
bundler-cache: true
cargo-cache: true
Expand Down

0 comments on commit 057ea74

Please sign in to comment.