Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Jan 25, 2024
1 parent 069fc03 commit a0099bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.5.0", "2.6.0"]
ruby-version: ["2.5", "2.6"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.5.0", "2.6.0"]
ruby-version: ["2.5", "2.6"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.5.0", "2.6.0"]
ruby-version: ["2.5", "2.6"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -75,8 +75,8 @@ jobs:
fail-fast: false
matrix:
# 2.7 and 3.0 fail at the moment
# ruby-version: ["2.5.0", "2.6.0", "2.7", "3.0"]
ruby-version: ["2.5.0", "2.6.0"]
# ruby-version: ["2.5", "2.6", "2.7", "3.0"]
ruby-version: ["2.5", "2.6"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a0099bf

Please sign in to comment.