Skip to content

Commit

Permalink
Update CI ruby to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Oct 25, 2023
1 parent f3881a3 commit 4ef10c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
- uses: actions/checkout@v3
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: Setup node
uses: actions/setup-node@v3
with:
cache: yarn
- name: Run setup
run: |
bin/setup
- name: Run default rake task
run: |
bundle exec rake
Empty file modified bin/setup
100644 → 100755
Empty file.

0 comments on commit 4ef10c8

Please sign in to comment.