From 13d7f7d4fe4bc2d7323914bd50fbc1460d0f6f68 Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Mon, 21 Oct 2024 15:58:31 +0200 Subject: [PATCH] fix typo in pubnub.yaml and bump php in test matrix --- .github/workflows/run-tests.yml | 2 +- .pubnub.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ef51f81..81f5a44 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 }} diff --git a/.pubnub.yml b/.pubnub.yml index 653f5df..45721e9 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -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 @@ -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 @@ -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