Skip to content

Commit

Permalink
Bump versions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Sep 22, 2024
1 parent 6a751b2 commit 6b0ff73
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- 2.5
- 2.7
- 3.0
- 3.3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 5
- name: "Set up Ruby ${{ matrix.ruby_version }}"
Expand All @@ -41,20 +42,20 @@ jobs:

ghp:
if: "!contains(github.event.commits[0].message, '[ci skip]')"
name: Ruby 2.7 with GitHub Pages Gem
name: Ruby 3.3 with GitHub Pages Gem
runs-on: 'ubuntu-latest'
env:
GH_PAGES: true
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 5
- name: "Set up Ruby 2.7"
- name: "Set up Ruby 3.3"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true
- name: Execute tests
run: bash script/test

0 comments on commit 6b0ff73

Please sign in to comment.