From 133f2b3333f98ea5b1ac3fabbe0912a2c8fde13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Fri, 3 Jan 2025 18:48:21 +0100 Subject: [PATCH] Bumped PHP to 8.3 --- .github/workflows/CI.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 529a01ca..5e3cbb8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,7 +4,7 @@ on: branches: "*" pull_request: env: - php-version: 8.2 + php-version: 8.3 cache-version: 1 jobs: platform-check: @@ -147,7 +147,7 @@ jobs: needs: build strategy: matrix: - versions: [{php: "5.6", wordpress: "4.9"}, {php: "5.6", wordpress: "5.9"}, {php: "5.6", wordpress: "6.2"}, {php: "7.4", wordpress: "latest"}, {php: "8.2", wordpress: "latest"}] + versions: [{php: "5.6", wordpress: "4.9"}, {php: "5.6", wordpress: "5.9"}, {php: "5.6", wordpress: "6.2"}, {php: "7.4", wordpress: "latest"}, {php: "8.3", wordpress: "latest"}] services: mysql: image: mysql:5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd19b32b..6890c8c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - "*" env: - php-version: 8.2 + php-version: 8.3 cache-version: 1 jobs: build: