From 7d1d957421618a3803b593ec31ace470177d7817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Sat, 9 Mar 2024 16:20:58 +0100 Subject: [PATCH] Check on PHP 8.3 --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bbfd4894..a6ed88c77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" @@ -65,7 +66,7 @@ jobs: dependencies: - "highest" php-version: - - "8.2" + - "8.3" operating-system: - "ubuntu-latest" @@ -101,7 +102,7 @@ jobs: dependencies: - "highest" php-version: - - "8.2" + - "8.3" operating-system: - "ubuntu-latest" @@ -140,6 +141,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" - "windows-latest" @@ -178,7 +180,7 @@ jobs: dependencies: - "highest" php-version: - - "8.2" + - "8.3" operating-system: - "ubuntu-latest"