Skip to content

Commit

Permalink
Merge pull request #20 from Block-Logic/180960886-update-versions-for…
Browse files Browse the repository at this point in the history
…-github-actions

180960886 - github update versions
  • Loading branch information
kbiala authored Feb 12, 2024
2 parents 3c2baba + 6e22660 commit 57c1d3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:

strategy:
matrix:
ruby-version: [3.0, 2.7]
ruby-version: ['3.0', '2.7']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec

0 comments on commit 57c1d3b

Please sign in to comment.