diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3eb9053..062324a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,6 +16,6 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main with: linux_pre_build_command: apt-get update -y && apt-get install redis -y - swift_flags: + linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]" linux_env_vars: REDIS_URL=redis - enable_windows_checks: false \ No newline at end of file + enable_windows_checks: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b6c0e1..c894495 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ When editing a file, ensure that the copyright header states the year `2019-