Skip to content

Commit

Permalink
update swift version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rausnitz committed Feb 23, 2019
1 parent 703ccb0 commit 65b186a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: swift test
linux:
docker:
- image: codevapor/swift:4.1
- image: vapor/swift:5.0
steps:
- checkout
- run:
Expand All @@ -21,15 +21,15 @@ jobs:
command: swift test
linux-release:
docker:
- image: codevapor/swift:4.1
- image: vapor/swift:5.0
steps:
- checkout
- run:
name: Compile code with optimizations
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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 65b186a

Please sign in to comment.