Skip to content

Commit d49c9b2

Browse files
authored
chore: Remove Ruby 2.6 from CI (googleapis#22823)
1 parent a220051 commit d49c9b2

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ branchProtectionRules:
66
isAdminEnforced: false
77
requiredStatusCheckContexts:
88
- 'cla/google'
9-
- 'CI (ubuntu-latest, 2.6, --test)'
109
- 'CI (ubuntu-latest, 2.7, --test)'
1110
- 'CI (ubuntu-latest, 3.0, --test)'
1211
- 'CI (ubuntu-latest, 3.1, --test)'

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29-
- os: ubuntu-latest
30-
ruby: "2.6"
31-
task: "--test"
3229
- os: ubuntu-latest
3330
ruby: "2.7"
3431
task: "--test"

0 commit comments

Comments
 (0)