Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
athal7 authored Sep 16, 2024
1 parent daa1fb2 commit 8944845
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
rails:
- "7.1"
- "7.0"
- "6.1"
ruby: [3.2, 3.3]
rails: [7.2, 7.1]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8944845

Please sign in to comment.