Skip to content

Commit

Permalink
Merge pull request #361 from zendesk/jury.razumau/ruby3.3_final
Browse files Browse the repository at this point in the history
test on final ruby 3.3 instead of preview
  • Loading branch information
razumau authored Dec 29, 2023
2 parents d9c2370 + ff42a59 commit a5173be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3.0-preview2"
- "3.3"

steps:
- uses: zendesk/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: zendesk/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand All @@ -32,9 +32,9 @@ jobs:
integration-specs:
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: zendesk/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
bundler-cache: true
Expand Down

0 comments on commit a5173be

Please sign in to comment.