Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lavis committed Jan 30, 2024
1 parent c887814 commit 4549b3b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ruby
on:
push:
branches:
- master
- main

pull_request:

Expand All @@ -14,10 +14,8 @@ jobs:
strategy:
matrix:
ruby:
- '3.0.6'
- '3.1.4'
- '3.2.2'
- '3.3.0'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4549b3b

Please sign in to comment.