We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573e694 commit 0d41868Copy full SHA for 0d41868
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
strategy:
13
- matrix: { ruby: ['3.0', '3.1', '3.2', head] }
+ matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
14
15
steps:
16
- name: Checkout code
0 commit comments