Skip to content

Commit d729c0d

Browse files
authored
Merge pull request #1353 from olleolleolle/patch-1
CI: Add 3.0 to matrix
2 parents 605a08a + b1590b5 commit d729c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/octokit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ ubuntu ]
23-
ruby: [ 2.5, 2.6, 2.7, head ]
23+
ruby: [ 2.5, 2.6, 2.7, '3.0', head ]
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)