We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96c509 commit b3a4a88Copy full SHA for b3a4a88
.github/workflows/dockerized-test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- ruby_version: ['3.1', '3.2', '3.3']
+ ruby_version: ['3.2', '3.3', '3.4']
15
fail-fast: false
16
17
steps:
0 commit comments