Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillshevch committed Feb 16, 2024
1 parent 2866847 commit 282731a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Ruby

on: [push]

jobs:
Expand All @@ -8,11 +6,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
- name: Set up Ruby 3.3
uses: ruby/[email protected]
with:
ruby-version: 2.7.x
ruby-version: 3.3.0
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit 282731a

Please sign in to comment.