Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 8, 2024
1 parent bd5b85e commit a505426
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
push:
branches:
- main
- 4.x.x
paths:
- '**.swift'
pull_request:
branches:
- main
paths:
- '**.swift'
- '.github/workflows/ci.yml'
Expand Down Expand Up @@ -41,9 +40,9 @@ jobs:
strategy:
matrix:
image:
- swift:5.6
- swift:5.7
- swift:5.8
- swift:5.9
- swift:5.10
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
Expand Down

0 comments on commit a505426

Please sign in to comment.