We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc35041 + ba4f12e commit 9f232edCopy full SHA for 9f232ed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby_version: ["2.7", "3.0", "3.1", "3.2"]
+ ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
15
os: ["ubuntu-latest","windows-latest","macos-latest"]
16
# defaults:
17
# run:
0 commit comments