Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 10, 2024
1 parent a72d0cd commit 127b5d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
uses: actions/setup-ruby@v1
with:
ruby-version: 3.1.x
ruby-version: 3.3.x
- name: Build and test with rspec
run: |
sudo apt-get update
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1
uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.x
ruby-version: 3.3
- name: Prepare
run: |
sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
uses: actions/setup-ruby@v1
with:
ruby-version: 3.1.x
ruby-version: 3.3.x
- name: Prepare
run: |
sudo apt-get update
Expand Down

0 comments on commit 127b5d8

Please sign in to comment.