From 14170ffb481407e4d43251189543cc988ea0c5ee Mon Sep 17 00:00:00 2001 From: Evgeniy Zyubin Date: Mon, 27 May 2024 11:44:32 +0300 Subject: [PATCH] Add PHP 8.3 versions to build workflow --- .github/workflows/build.yml | 1 + .github/workflows/static.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa0ea1..b6d554e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: Checkout. diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3e79b31..0d90f64 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,6 +35,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: Checkout.