Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiki975 committed Jan 19, 2024
1 parent c5a89b8 commit 57f88e4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true
- name: rubocop
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.7'
- '3.2'

services:
db:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.7'
- '3.2'

services:
db:
Expand Down Expand Up @@ -107,9 +107,6 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'

services:
Expand Down Expand Up @@ -141,7 +138,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
- name: Run setup script
run: |
git config --global user.email "you@example.com"
Expand Down

0 comments on commit 57f88e4

Please sign in to comment.