Skip to content

Commit 13d7f7d

Browse files
committed
fix typo in pubnub.yaml and bump php in test matrix
1 parent c26672d commit 13d7f7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
max-parallel: 1
2020
fail-fast: true
2121
matrix:
22-
php: [8.0, 8.1, 8.2]
22+
php: [8,1, 8.2, 8.3]
2323
env:
2424
PUBLISH_KEY: ${{ secrets.SDK_PUB_KEY }}
2525
SUBSCRIBE_KEY: ${{ secrets.SDK_SUB_KEY }}

.pubnub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ sdks:
325325
minimum-os-version:
326326
- Mac OS X 10.8
327327
maximum-os-version:
328-
- macOS 15
328+
- macOS 15.0.1
329329
target-architecture:
330330
- arm64
331331
- x86-64
@@ -387,7 +387,7 @@ sdks:
387387
minimum-os-version:
388388
- Mac OS X 10.8
389389
maximum-os-version:
390-
- macOS 15
390+
- macOS 15.0.1
391391
target-architecture:
392392
- arm64
393393
- x86-64
@@ -449,7 +449,7 @@ sdks:
449449
minimum-os-version:
450450
- Mac OS X 10.8
451451
maximum-os-version:
452-
- macOS 15
452+
- macOS 15.0.1
453453
target-architecture:
454454
- arm64
455455
- x86-64

0 commit comments

Comments
 (0)