Skip to content

Commit 941f328

Browse files
authored
Test against swift 5.5, 5.6, 5.7 (#10)
* Test against swift 5.5,5.6,5.7 * Update swift.yml
1 parent b462b01 commit 941f328

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/swift.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
release:
11+
types: [published]
12+
workflow_dispatch:
413

514
jobs:
615
macOS:
@@ -18,7 +27,7 @@ jobs:
1827
runs-on: ubuntu-latest
1928
strategy:
2029
matrix:
21-
image: ['swift:5.1', 'swift:5.2', 'swift:5.3', 'swift:5.4']
30+
image: ['swift:5.1', 'swift:5.4', 'swift:5.5', 'swift:5.6', 'swift:5.7']
2231
container:
2332
image: ${{ matrix.image }}
2433
steps:

0 commit comments

Comments
 (0)