Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 8, 2024
1 parent 4417fc5 commit edc2a17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: SPM tests
run: |
swift --version
Expand All @@ -26,14 +26,14 @@ jobs:
strategy:
matrix:
tag:
- swift:5.6
- swift:5.7
- swift:5.8
- swift:5.9
- swift:5.10
container:
image: ${{ matrix.tag }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
run: |
swift --version
Expand Down

0 comments on commit edc2a17

Please sign in to comment.