Skip to content

Commit

Permalink
Switched default Ruby on CI to 3.3, and added 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Dec 13, 2024
1 parent 0e78907 commit 66bb1af
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
ruby-version:
- "3.2"
- "3.3"

name: Appraisal - Ruby ${{ matrix.ruby-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
ruby-version:
- "3.2"
- "3.3"
rails-version:
- "7.1"
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: StandardRB

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
ruby-version:
- "3.2"
- "3.3"
rails-version:
- "7.1"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
ruby-version:
- "3.2"
- "3.3"
rails-version:
- "7.1"
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
rails-version:
- "6.1"
- "7.0"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0

0 comments on commit 66bb1af

Please sign in to comment.