Skip to content

Commit

Permalink
Update from hummingbird-project-template 1b73b1b51b57d9fc8d7800e627c5…
Browse files Browse the repository at this point in the history
…4de84cc105ba
  • Loading branch information
adam-fowler authored Apr 29, 2024
1 parent 81cda8c commit 14f2e33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
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
1 change: 0 additions & 1 deletion .github/workflows/api-breakage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This will be interesting to see how often AWS break there own APIs
name: API breaking changes

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
image: ["swift:5.10", "swiftlang/swift:nightly-jammy"]
image: ["swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]

container:
image: ${{ matrix.image }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 14f2e33

Please sign in to comment.