Skip to content

Commit

Permalink
Update CI config: streamline branches and add Ruby/Rails versions
Browse files Browse the repository at this point in the history
Removed v1-stable branch to focus CI on the main branch. Uncommented the needs section for future use and added Rails 7.2 while updating Ruby versions.
  • Loading branch information
afuno committed Aug 28, 2024
1 parent 4eafc4c commit 9cf64f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- v1-stable
pull_request:
branches:
- main
- v1-stable
workflow_dispatch:

# permissions:
Expand All @@ -27,8 +25,8 @@ jobs:
rspec:
name: Ruby ${{matrix.ruby-version}} (${{ matrix.gemfile }})
runs-on: ubuntu-latest
# needs:
# - generate-seed
# needs:
# - generate-seed
strategy:
fail-fast: false
matrix:
Expand All @@ -39,8 +37,8 @@ jobs:
- rails_6.1
- rails_7.0
- rails_7.1
- rails_7.2
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand Down

0 comments on commit 9cf64f7

Please sign in to comment.