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