We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3781b48 commit da9c155Copy full SHA for da9c155
.github/workflows/test_and_build.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
- uses: ruby/setup-ruby@v1
30
with:
31
- ruby-version: '2.7'
+ ruby-version: '3.3'
32
- name: Install basic requirements
33
run: |
34
# Need this library for nokogiri
0 commit comments