We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9d8bd commit 881e0bfCopy full SHA for 881e0bf
.github/workflows/ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- ruby: [ 3.1, 3.2, 3.3, head ]
+ ruby: [ 3.1, 3.2, 3.3, 3.4, head ]
17
steps:
18
- uses: actions/checkout@v4
19
- name: Setup ruby
0 commit comments