Skip to content

Update Adyen/adyen-swift-public-api-diff action to v0.11.2 #9562

Update Adyen/adyen-swift-public-api-diff action to v0.11.2

Update Adyen/adyen-swift-public-api-diff action to v0.11.2 #9562

name: Test Swift Package Manager Integration
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
SPM:
runs-on: macos-15-xlarge
steps:
- uses: actions/checkout@v6
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '26.2'
- name: Test Swift Package Manager Integration
run: |
Scripts/test-SPM-integration.sh