We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31e7c0 commit a4947faCopy full SHA for a4947fa
.github/workflows/testing.yml
@@ -8,7 +8,7 @@ jobs:
8
ENDPOINT: http://localhost:8080
9
strategy:
10
matrix:
11
- ruby: ['3.1', '3.2', '3.3'] # TODO: Webmock breaking build in 3.4
+ ruby: ['3.1', '3.2', '3.3', '3.4']
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
0 commit comments