Skip to content

Commit

Permalink
Merge pull request #36 from adsteel/ags/ruby-3-3
Browse files Browse the repository at this point in the history
Test Ruby 3.3
  • Loading branch information
adsteel committed Mar 28, 2024
2 parents 21a6407 + dfe115d commit 2e734d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup linting
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
uses: ruby/setup-ruby@v1.173.0
with:
ruby-version: 3.0
ruby-version: 3.3
- name: Install dependencies
run: bundle install
- name: Lint
Expand All @@ -24,11 +24,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.1']
ruby-version: ['3.3', '3.2', '3.1']
steps:
- uses: actions/checkout@v4
- name: Setup tests with Ruby version ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
uses: ruby/setup-ruby@v1.173.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
Expand Down

0 comments on commit 2e734d3

Please sign in to comment.