Skip to content
New issue

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

Refactor Github Actions to cover more swift versions #858

Merged
merged 11 commits into from Nov 11, 2022

Commits on Nov 9, 2022

  1. Increase swift version coverage for unit tests

    - For Xcode tests, this runs both 13.4.1 (w/ Swift 5.6) and
      14.1 (w/ Swift 5.7)
    - For SwiftPM on Ubuntu, tests are running against 5.2, 5.6, and 5.7
    - Switched to using the setup-swift action instead of swift version
      manager
    braker1nine committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    27b718f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8976dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc81ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bde7bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    13f56e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4675d5 View commit details
    Browse the repository at this point in the history
  3. Restore use of setup swift

    Also including swift version in cache key
    braker1nine committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    661f450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a580f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    15010f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8918d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce1fd8e View commit details
    Browse the repository at this point in the history