Skip to content

Commit 8c9d9ca

Browse files
authored
Merge pull request #362 from olleolleolle/patch-1
CI: Add Ruby 3.3 to build matrix
2 parents d06b10f + 7057dd2 commit 8c9d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
18+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
1919
include:
2020
- os: macos-13
2121
ruby: '2.5'

0 commit comments

Comments
 (0)