From 65b186afa80eae0bbbd0c84d62d44731f5c77b0c Mon Sep 17 00:00:00 2001 From: Zach Rausnitz Date: Fri, 22 Feb 2019 18:47:23 -0800 Subject: [PATCH] update swift version in tests --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index a5f3186a..edbcdce5 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ jobs: - run: swift test linux: docker: - - image: codevapor/swift:4.1 + - image: vapor/swift:5.0 steps: - checkout - run: @@ -21,7 +21,7 @@ jobs: command: swift test linux-release: docker: - - image: codevapor/swift:4.1 + - image: vapor/swift:5.0 steps: - checkout - run: @@ -29,7 +29,7 @@ jobs: command: swift build -c release linux-postgresql: docker: - - image: codevapor/swift:4.1 + - image: vapor/swift:5.0 - image: circleci/postgres:latest name: psql environment: @@ -51,7 +51,7 @@ jobs: working_directory: ~/fluent-postgresql linux-mysql: docker: - - image: codevapor/swift:4.1 + - image: vapor/swift:5.0 - image: mysql:5.7 environment: MYSQL_ALLOW_EMPTY_PASSWORD: true @@ -73,7 +73,7 @@ jobs: working_directory: ~/fluent-mysql linux-sqlite: docker: - - image: codevapor/swift:4.1 + - image: vapor/swift:5.0 steps: - run: name: Clone Fluent SQLite