We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When specifying swift 5.6 as the target swift version, there is a gpg error where it cannot continue Yaml being used:
jobs: linux: runs-on: ubuntu-latest strategy: fail-fast: false matrix: swift-version: ['5.6', '5.7', '5.7.1', '5.7.2'] mongodb-version: ['4.2', '4.4', '5.0', '6.0'] steps: - name: Check out uses: actions/checkout@v3 - name: Install Swift uses: swift-actions/setup-swift@v1 with: swift-version: ${{ matrix.swift-version }} - name: Start MongoDB uses: supercharge/[email protected] with: mongodb-version: ${{ matrix.mongodb-version }} mongodb-replica-set: mk-rs - name: Run tests run: swift test
Workflow configuration (please complete the following information):
uses
runs-on
swift-version
The text was updated successfully, but these errors were encountered:
fwal
No branches or pull requests
Describe the bug
When specifying swift 5.6 as the target swift version, there is a gpg error where it cannot continue
Yaml being used:
Workflow configuration (please complete the following information):
uses
): swift-actions/setup-swift@v1runs-on
): ubuntu-latestswift-version
): 5.6The text was updated successfully, but these errors were encountered: