Skip to content

Commit

Permalink
tests: Update Ruby versions in the CI matrix (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Sep 4, 2024
1 parent a09df25 commit 4b81240
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ branchProtectionRules:
isAdminEnforced: false
requiredStatusCheckContexts:
- 'cla/google'
- 'CI (macos-latest, 3.2, test , spec)'
- 'CI (ubuntu-20.04, 2.7, test , spec)'
- 'CI (macos-latest, 3.3, test , spec)'
- 'CI (ubuntu-20.04, 3.0, test , spec)'
- 'CI (ubuntu-20.04, 3.1, test , spec)'
- 'CI (ubuntu-22.04, 3.2, test , spec)'
- 'CI (ubuntu-latest, 3.2, rubocop , integration , build , yardoc , linkinator)'
- 'CI (windows-latest, 3.2, test , spec)'
- 'CI (ubuntu-latest, 3.3, rubocop , integration , build , yardoc , linkinator)'
- 'CI (ubuntu-latest, 3.3, test , spec)'
- 'CI (windows-latest, 3.3, test , spec)'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
ruby: "2.7"
task: test , spec
- os: ubuntu-20.04
ruby: "3.0"
task: test , spec
Expand All @@ -25,14 +22,17 @@ jobs:
- os: ubuntu-22.04
ruby: "3.2"
task: test , spec
- os: ubuntu-latest
ruby: "3.3"
task: test , spec
- os: macos-latest
ruby: "3.2"
ruby: "3.3"
task: test , spec
- os: windows-latest
ruby: "3.2"
ruby: "3.3"
task: test , spec
- os: ubuntu-latest
ruby: "3.2"
ruby: "3.3"
task: rubocop , integration , build , yardoc , linkinator
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4b81240

Please sign in to comment.