Skip to content

Commit a4947fa

Browse files
committed
[CI] Adds Ruby 3.4 to unit tests in GH Actions
1 parent b31e7c0 commit a4947fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ENDPOINT: http://localhost:8080
99
strategy:
1010
matrix:
11-
ruby: ['3.1', '3.2', '3.3'] # TODO: Webmock breaking build in 3.4
11+
ruby: ['3.1', '3.2', '3.3', '3.4']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)