Skip to content

Commit

Permalink
Test against swift 5.5, 5.6, 5.7 (#10)
Browse files Browse the repository at this point in the history
* Test against swift 5.5,5.6,5.7

* Update swift.yml
  • Loading branch information
adam-fowler authored Oct 7, 2022
1 parent b462b01 commit 941f328
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
workflow_dispatch:

jobs:
macOS:
Expand All @@ -18,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['swift:5.1', 'swift:5.2', 'swift:5.3', 'swift:5.4']
image: ['swift:5.1', 'swift:5.4', 'swift:5.5', 'swift:5.6', 'swift:5.7']
container:
image: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 941f328

Please sign in to comment.