From 045bf1add3aeac1a71b859361f328de046c1476f Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Tue, 7 Nov 2023 12:07:51 +0100 Subject: [PATCH] Add PHP 8.3 in the options available --- .github/workflows/pr_test.yml | 1 + .github/workflows/pr_test_one.yml | 1 + .github/workflows/pr_test_single_campaign.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 3e9b41eb..be29af71 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -50,6 +50,7 @@ on: - '8.0' - '8.1' - '8.2' + - '8.3' default: '8.1' node_version: type: choice diff --git a/.github/workflows/pr_test_one.yml b/.github/workflows/pr_test_one.yml index ce541a1c..8f23f5ad 100644 --- a/.github/workflows/pr_test_one.yml +++ b/.github/workflows/pr_test_one.yml @@ -41,6 +41,7 @@ on: - '8.0' - '8.1' - '8.2' + - '8.3' default: '8.1' node_version: type: choice diff --git a/.github/workflows/pr_test_single_campaign.yml b/.github/workflows/pr_test_single_campaign.yml index aab523f5..d4bd0b83 100644 --- a/.github/workflows/pr_test_single_campaign.yml +++ b/.github/workflows/pr_test_single_campaign.yml @@ -98,6 +98,7 @@ on: - '8.0' - '8.1' - '8.2' + - '8.3' default: '8.1' node_version: type: choice