File tree Expand file tree Collapse file tree 7 files changed +32
-38
lines changed Expand file tree Collapse file tree 7 files changed +32
-38
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,15 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-auth
39
38
42
41
strategy :
43
42
fail-fast : false
44
43
matrix :
45
- swift-version : ["5.9", "5. 10"]
44
+ swift-version : ["5.10"]
46
45
runs-on : ubuntu-latest
47
46
steps :
48
47
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-functions
39
38
test-linux :
40
39
name : Test Functions (Linux)
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
44
- swift-version : ["5.9", "5. 10"]
43
+ swift-version : ["5.10"]
45
44
runs-on : ubuntu-latest
46
45
steps :
47
46
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
- - name : Select Xcode 15.4
23
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
22
+ - name : Select Xcode 16
23
+ run : sudo xcode-select -s /Applications/Xcode_16 .app
24
24
- name : Run tests
25
25
run : make test-integration
26
26
env :
Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-postgrest
39
38
test-linux :
40
39
name : Test Postgrest (Linux)
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
44
- swift-version : ["5.9", "5. 10"]
43
+ swift-version : ["5.10"]
45
44
runs-on : ubuntu-latest
46
45
steps :
47
46
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-realtime
39
38
test-linux :
40
39
name : Test Realtime (Linux)
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
44
- swift-version : ["5.9", "5. 10"]
43
+ swift-version : ["5.10"]
45
44
runs-on : ubuntu-latest
46
45
steps :
47
46
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-storage
39
38
test-linux :
40
39
name : Test Storage (Linux)
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
44
- swift-version : ["5.9", "5. 10"]
43
+ swift-version : ["5.10"]
45
44
runs-on : ubuntu-latest
46
45
steps :
47
46
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- config :
28
- - debug
29
- - release
27
+ xcode : ["15.4", "16"]
28
+ config : ["debug", "release"]
30
29
runs-on : macos-14
31
30
steps :
32
31
- uses : actions/checkout@v3
33
32
with :
34
33
fetch-depth : 0
35
- - name : Select Xcode 15.4
36
- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
34
+ - name : Select Xcode ${{ matrix.xcode }}
35
+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }} .app
37
36
- name : Run tests
38
37
run : CONFIG="${{ matrix.config }}" make test-library
39
38
test-linux :
40
39
name : Test Supabase (Linux)
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
44
- swift-version : ["5.9", "5. 10"]
43
+ swift-version : ["5.10"]
45
44
runs-on : ubuntu-latest
46
45
steps :
47
46
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments