Skip to content

Commit f0cdf12

Browse files
authored
Merge pull request #13 from vapor-community/enable-55-ci
Enable 5.5 in CI
2 parents d386207 + 60c4b9a commit f0cdf12

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- run: swift test --enable-test-discovery
13-
# swift55:
14-
# container:
15-
# image: swift:5.5
16-
# runs-on: ubuntu-latest
17-
# steps:
18-
# - uses: actions/checkout@v2
19-
# - run: swift test
13+
swift55:
14+
container:
15+
image: swift:5.5
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v2
19+
- run: swift test
2020
bionic:
2121
container:
2222
image: vapor/swift:5.1-bionic

0 commit comments

Comments
 (0)