diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2db9cb8..2e32a73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,14 +14,17 @@ jobs: strategy: fail-fast: false matrix: - swift: ['swift6', 'swift5'] + swift: ['swift6.0', 'swift5.10', 'swift5.9'] include: - - swift: 'swift6' + - swift: 'swift6.0' xcode-path: '/Applications/Xcode_16.0.0.app' macos: 'macos-15' - - swift: 'swift5' + - swift: 'swift5.10' xcode-path: '/Applications/Xcode_15.4.0.app' macos: 'macos-14' + - swift: 'swift5.9' + xcode-path: '/Applications/Xcode_15.2.0.app' + macos: 'macos-14' env: DEVELOPER_DIR: ${{ matrix.xcode-path }}