Skip to content

Bump boto3 from 1.34.154 to 1.35.0 #60

Bump boto3 from 1.34.154 to 1.35.0

Bump boto3 from 1.34.154 to 1.35.0 #60

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
- name: Build current Docker image with tests
run: |
docker build --target test -t zephir-api2:test .