We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7c0a3 commit 79c1943Copy full SHA for 79c1943
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
+ ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
24
steps:
25
- uses: actions/checkout@v3
26
- run: rm Gemfile.lock
0 commit comments