We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc6ccc commit 2b48f22Copy full SHA for 2b48f22
.github/workflows/ci.yml
@@ -8,27 +8,17 @@ on:
8
- '**.swift'
9
- '**.yml'
10
pull_request:
11
- branches:
12
- - main
13
- paths:
14
- - '**.swift'
15
- - '**.yml'
16
workflow_dispatch:
17
18
jobs:
19
- macOS:
20
- runs-on: macOS-latest
21
- steps:
22
- - name: Checkout
23
- uses: actions/checkout@v2
24
- - name: SPM tests
25
- run: swift test
26
linux:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
image:
31
- - 'swift:5.5-focal'
+ - 'swift:5.8'
+ - 'swift:5.9'
+ - 'swift:5.10'
32
container:
33
image: ${{ matrix.image }}
34
steps:
0 commit comments