Skip to content

Commit

Permalink
Merge pull request #13 from vapor-community/enable-55-ci
Browse files Browse the repository at this point in the history
Enable 5.5 in CI
  • Loading branch information
0xTim authored Oct 23, 2021
2 parents d386207 + 60c4b9a commit f0cdf12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: swift test --enable-test-discovery
# swift55:
# container:
# image: swift:5.5
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: swift test
swift55:
container:
image: swift:5.5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: swift test
bionic:
container:
image: vapor/swift:5.1-bionic
Expand Down

0 comments on commit f0cdf12

Please sign in to comment.