Skip to content

Commit

Permalink
Bump python to 3.11 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 authored Oct 31, 2023
1 parent f4c880d commit 7fc74a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@ name: cftest
on: [push, pull_request]

jobs:
test:
name: test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
- name: install gems
run: gem install cfhighlander rspec
- name: set cfndsl spec
run: cfndsl -u
- name: cftest
run: rspec
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-southeast-2
rspec:
uses: theonestack/shared-workflows/.github/workflows/rspec.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion s3-deployer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ deployer:
S3Deployer:
role: default
code: lambdas/s3_deployer.py
runtime: python3.9
runtime: python3.11
timeout: 120
handler: s3_deployer.handler

0 comments on commit 7fc74a2

Please sign in to comment.