Skip to content

Commit 7bd183e

Browse files
authored
[SVLS-8152] Add support for ruby 3.4 and fill in integration tests (#645)
* Add support for ruby 3.4 * Fill in integration tests for newer runtimes * Bump serverless framework version in integration tests * Update gov layers
1 parent b0aba35 commit 7bd183e

13 files changed

Lines changed: 4219 additions & 905 deletions

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2424

2525
- name: Install Serverless Framework
26-
run: sudo yarn global add serverless@3.35 --prefix /usr/local
26+
run: sudo yarn global add serverless@3.39 --prefix /usr/local
2727

2828
- name: Run snapshot tests
2929
env:

0 commit comments

Comments
 (0)