Skip to content

Commit

Permalink
Update workflow Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hzamani committed Jun 23, 2024
1 parent 3ca5d88 commit 428c79a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Ruby

on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]

permissions:
contents: read
Expand All @@ -14,10 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
ruby-version:
- '3.1'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 428c79a

Please sign in to comment.