Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoru committed Aug 17, 2024
1 parent 2619b0a commit 11b7068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
jobs:
swift-test:
strategy:
fail-fast: true
matrix:
operating-system: ['macos-12', 'macos-13', 'macos-14', 'ubuntu-20.04', 'ubuntu-22.04']
swift-version: ['5.6.3', '5.7.3', '5.8.1', '5.9.2', '5.10.1']
experimental: [null]
include:
- operating-system: 'ubuntu-24.04'
swift-version: '5.10.1'
Expand All @@ -27,6 +27,8 @@ jobs:
swift-version: '5.6.3'
- operating-system: 'macos-13'
swift-version: '5.7.3'
- operating-system: 'macos-13'
swift-version: '5.8.1'
- operating-system: 'macos-14'
swift-version: '5.6.3'
- operating-system: 'macos-14'
Expand Down Expand Up @@ -58,4 +60,3 @@ jobs:
else
swift test -v
fi

0 comments on commit 11b7068

Please sign in to comment.