-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Swift 5.2 the minimum required version #378
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thank you!
Hey @yim-lee , would you be able to sort out the CI for this please? We need a few things:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@swift-server-bot test this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Davidde94 CI changes are done. There is an issue with 1604.52.yaml that needs to be addressed but otherwise this should be good to go.
docker/docker-compose.1604.52.yaml
Outdated
|
||
test: | ||
image: async-http-client:16.04-5.2 | ||
environment: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove []
+ docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.1604.52.yaml -p async-http-client-swift52-prb build --pull
yaml.parser.ParserError: while parsing a block mapping
in "./docker/docker-compose.1604.52.yaml", line 13, column 5
expected <block end>, but found '<block sequence start>'
in "./docker/docker-compose.1604.52.yaml", line 15, column 7
Build step 'Execute shell' marked build as failure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We're applying this change across all of the NIO family of projects.
I've removed the docker files for earlier versions, and set the tools version. I've also added a brief note inside the contributing guide.