Skip to content

Commit

Permalink
Update from hummingbird-project-template 3760367c75162a70d0c75c1dc2ed…
Browse files Browse the repository at this point in the history
…1f70e660941f (#18)

Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
  • Loading branch information
hummingbird-automation[bot] and adam-fowler committed Apr 30, 2024
1 parent 2b551d0 commit 88813f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -12,7 +12,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 6
open-pull-requests-limit: 5
allow:
- dependency-type: all
groups:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/api-breakage.yml
@@ -1,4 +1,3 @@
# This will be interesting to see how often AWS break there own APIs
name: API breaking changes

on:
Expand All @@ -9,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: swift:5.9
image: swift:5.10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
image: ["swift:5.9", "swift:5.10", "swiftlang/swift:nightly-jammy"]
image: ["swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]
services:
redis:
image: redis
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.9 as build
FROM swift:5.10 as build

WORKDIR /build

Expand All @@ -15,4 +15,4 @@ RUN swift package resolve
# Copy entire repo into container
COPY . .

RUN swift test --enable-test-discovery --sanitize=thread
RUN swift test --sanitize=thread

0 comments on commit 88813f0

Please sign in to comment.