Skip to content

Commit

Permalink
Swift 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 27, 2020
1 parent 38754be commit e84ec8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['swift:5.1.5', 'swiftlang/swift:nightly-5.2']
image: ['swift:5.1.5', 'swift:5.2']
services:
localstack:
image: localstack/localstack
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swift:5.1.5 as builder
FROM swift:5.2 as builder

RUN apt-get -qq update && apt-get install -y \
libssl-dev zlib1g-dev \
Expand Down

0 comments on commit e84ec8c

Please sign in to comment.