Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Sep 11, 2022
1 parent fec505c commit f28f73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build
strategy:
matrix:
swift: [5.5.3, 5.6.1, swift-5.7-DEVELOPMENT-SNAPSHOT-2022-06-04-a]
swift: [5.5.3, 5.6.3, swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-30-a, swift-DEVELOPMENT-SNAPSHOT-2022-09-06-a]
os: [ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
name: Test Linux
strategy:
matrix:
swift: [5.5.3, 5.6.1, swift-5.7-DEVELOPMENT-SNAPSHOT-2022-06-04-a]
swift: [5.5.3, 5.6.3, swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-30-a, swift-DEVELOPMENT-SNAPSHOT-2022-09-06-a]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f28f73c

Please sign in to comment.