Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Souravgoswami committed Sep 25, 2024
1 parent 27de7df commit 69acd4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Test LinuxStat with Ruby 2.3
- name: Test LibmagicRb with Ruby 2.3
uses: ruby/[email protected]
with:
ruby-version: 2.3
Expand All @@ -26,7 +26,7 @@ jobs:
run: rake test

- uses: actions/checkout@v2
- name: Test LinuxStat with Ruby 2.5
- name: Test LibmagicRb with Ruby 2.5
uses: ruby/[email protected]
with:
ruby-version: 2.5
Expand All @@ -38,7 +38,7 @@ jobs:
run: rake test

- uses: actions/checkout@v2
- name: Test LinuxStat with Ruby 2.7
- name: Test LibmagicRb with Ruby 2.7
uses: ruby/[email protected]
with:
ruby-version: 2.7
Expand All @@ -49,9 +49,9 @@ jobs:
- name: Run tests
run: rake test

- uses: actions/checkout@v2
- name: Test LinuxStat with Ruby 3.0
uses: ruby/setup-ruby@v1.59.1
- uses: actions/checkout@v4
- name: Test LibmagicRb with Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Install dependencies
Expand Down

0 comments on commit 69acd4b

Please sign in to comment.