Skip to content

Commit e42662c

Browse files
committed
Updating Github action, won't test on 2.6 any longer.
1 parent 58fa51b commit e42662c

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

Diff for: .github/workflows/dependency-review.yml

-18
This file was deleted.

Diff for: .github/workflows/ruby.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- develop
89
pull_request:
910
branches:
1011
- master
12+
- main
1113

1214
jobs:
1315
build:
@@ -34,9 +36,9 @@ jobs:
3436
strategy:
3537
matrix:
3638
ruby-version:
37-
- '2.6'
3839
- '3.1'
3940
- '3.2'
41+
- '3.3'
4042
steps:
4143
- uses: actions/checkout@v3
4244

0 commit comments

Comments
 (0)