Skip to content

Commit

Permalink
fix typo in pubnub.yaml and bump php in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 21, 2024
1 parent c26672d commit 13d7f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 1
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
php: [8,1, 8.2, 8.3]
env:
PUBLISH_KEY: ${{ secrets.SDK_PUB_KEY }}
SUBSCRIBE_KEY: ${{ secrets.SDK_SUB_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ sdks:
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 15
- macOS 15.0.1
target-architecture:
- arm64
- x86-64
Expand Down Expand Up @@ -387,7 +387,7 @@ sdks:
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 15
- macOS 15.0.1
target-architecture:
- arm64
- x86-64
Expand Down Expand Up @@ -449,7 +449,7 @@ sdks:
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 15
- macOS 15.0.1
target-architecture:
- arm64
- x86-64
Expand Down

0 comments on commit 13d7f7d

Please sign in to comment.