Skip to content

Commit

Permalink
Release 8.1.2 (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov authored Jun 3, 2024
1 parent 55b527c commit 249cd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
matrix:
xcode:
- ^13
- ^14
- ^15
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions Tests/CorePromise/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ extension AsyncTests {
static let __allTests__AsyncTests = [
("testAsyncGuaranteeValue", testAsyncGuaranteeValue),
("testAsyncGuaranteeValue", testAsyncGuaranteeValue),
("testAsyncPromiseCancel", testAsyncPromiseCancel),
("testAsyncPromiseCancel", testAsyncPromiseCancel),
("testAsyncPromiseThrow", testAsyncPromiseThrow),
("testAsyncPromiseThrow", testAsyncPromiseThrow),
("testAsyncPromiseValue", testAsyncPromiseValue),
Expand Down

0 comments on commit 249cd7e

Please sign in to comment.