File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : test
2
+ concurrency :
3
+ group : ${{ github.workflow }}-${{ github.ref }}
4
+ cancel-in-progress : true
2
5
on :
3
6
pull_request : { branches: ['*'] }
4
7
push : { branches: [ main ] }
20
23
dependents-check :
21
24
if : github.event_name == 'pull_request'
22
25
runs-on : ubuntu-latest
23
- container : swift:5.7 -jammy
26
+ container : swift:5.8 -jammy
24
27
steps :
25
28
- name : Check out package
26
29
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.6
2
2
import PackageDescription
3
3
4
4
let package = Package (
5
5
name: " sqlite-kit " ,
6
6
platforms: [
7
7
. macOS( . v10_15) ,
8
- . iOS( . v13)
8
+ . iOS( . v13) ,
9
+ . watchOS( . v6) ,
10
+ . tvOS( . v13) ,
9
11
] ,
10
12
products: [
11
13
. library( name: " SQLiteKit " , targets: [ " SQLiteKit " ] ) ,
You can’t perform that action at this time.
0 commit comments