Skip to content

Commit 2dd662b

Browse files
authored
Merge pull request #2317 from onevcat/ci
Upgrade CI settings
2 parents b273e97 + 5aba3d0 commit 2dd662b

File tree

4 files changed

+25
-14
lines changed

4 files changed

+25
-14
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: build
22

3+
defaults:
4+
run:
5+
shell: bash -leo pipefail {0}
6+
37
on: [push, pull_request]
48

59
concurrency:
@@ -21,6 +25,7 @@ jobs:
2125
xcode: [
2226
'15.2',
2327
'15.3',
28+
'16.0',
2429
]
2530
steps:
2631
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: test
22

3+
defaults:
4+
run:
5+
shell: bash -leo pipefail {0}
6+
37
on: [push, pull_request]
48

59
concurrency:
@@ -20,7 +24,7 @@ jobs:
2024
]
2125
xcode: [
2226
'15.4',
23-
'16.0',
27+
'16.1',
2428
]
2529
steps:
2630
- uses: actions/checkout@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.6

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1.2)
8+
activesupport (7.2.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
@@ -24,29 +25,30 @@ GEM
2425
artifactory (3.0.17)
2526
atomos (0.1.3)
2627
aws-eventstream (1.3.0)
27-
aws-partitions (1.997.0)
28-
aws-sdk-core (3.211.0)
28+
aws-partitions (1.1003.0)
29+
aws-sdk-core (3.212.0)
2930
aws-eventstream (~> 1, >= 1.3.0)
3031
aws-partitions (~> 1, >= 1.992.0)
3132
aws-sigv4 (~> 1.9)
3233
jmespath (~> 1, >= 1.6.1)
3334
aws-sdk-kms (1.95.0)
3435
aws-sdk-core (~> 3, >= 3.210.0)
3536
aws-sigv4 (~> 1.5)
36-
aws-sdk-s3 (1.169.0)
37+
aws-sdk-s3 (1.170.0)
3738
aws-sdk-core (~> 3, >= 3.210.0)
3839
aws-sdk-kms (~> 1)
3940
aws-sigv4 (~> 1.5)
4041
aws-sigv4 (1.10.1)
4142
aws-eventstream (~> 1, >= 1.0.2)
4243
babosa (1.0.4)
4344
base64 (0.2.0)
45+
benchmark (0.4.0)
4446
bigdecimal (3.1.8)
4547
claide (1.1.0)
46-
cocoapods (1.16.0)
48+
cocoapods (1.16.2)
4749
addressable (~> 2.8)
4850
claide (>= 1.0.2, < 2.0)
49-
cocoapods-core (= 1.16.0)
51+
cocoapods-core (= 1.16.2)
5052
cocoapods-deintegrate (>= 1.0.3, < 2.0)
5153
cocoapods-downloader (>= 2.1, < 3.0)
5254
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -60,8 +62,8 @@ GEM
6062
molinillo (~> 0.8.0)
6163
nap (~> 1.0)
6264
ruby-macho (>= 2.3.0, < 3.0)
63-
xcodeproj (>= 1.26.0, < 2.0)
64-
cocoapods-core (1.16.0)
65+
xcodeproj (>= 1.27.0, < 2.0)
66+
cocoapods-core (1.16.2)
6567
activesupport (>= 5.0, < 8)
6668
addressable (~> 2.8)
6769
algoliasearch (~> 1.0)
@@ -217,7 +219,7 @@ GEM
217219
i18n (1.14.6)
218220
concurrent-ruby (~> 1.0)
219221
jmespath (1.6.2)
220-
json (2.7.4)
222+
json (2.8.1)
221223
jwt (2.9.3)
222224
base64
223225
logger (1.6.1)
@@ -232,7 +234,7 @@ GEM
232234
naturally (2.2.1)
233235
netrc (0.11.0)
234236
nkf (0.2.0)
235-
optparse (0.5.0)
237+
optparse (0.6.0)
236238
os (1.1.4)
237239
plist (3.7.1)
238240
public_suffix (4.0.7)
@@ -276,7 +278,7 @@ GEM
276278
xcode-install (2.8.1)
277279
claide (>= 0.9.1)
278280
fastlane (>= 2.1.0, < 3.0.0)
279-
xcodeproj (1.26.0)
281+
xcodeproj (1.27.0)
280282
CFPropertyList (>= 2.3.3, < 4.0)
281283
atomos (~> 0.1.3)
282284
claide (>= 1.0.2, < 2.0)
@@ -297,4 +299,4 @@ DEPENDENCIES
297299
xcode-install
298300

299301
BUNDLED WITH
300-
2.4.12
302+
2.5.22

0 commit comments

Comments
 (0)