Skip to content

Commit 676bcde

Browse files
committed
run CI on ruby 3.3
1 parent 413848c commit 676bcde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Spec
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
permissions:
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: ['ubuntu-20.04', 'ubuntu-22.04']
17-
ruby-version: ['3.1', '3.2']
17+
ruby-version: ['3.1', '3.2', '3.3']
1818
include:
1919
- os: 'ubuntu-20.04'
2020
ruby-version: '3.0'

0 commit comments

Comments
 (0)