From 6766c4e24365dd175dffc02c8ea34cdd0b6acc59 Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Tue, 7 May 2024 01:47:59 -0400 Subject: [PATCH 1/2] ci: test PHP 8.3 support Signed-off-by: Tom Carrio --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c6a6fdf..f19be18 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.0', '8.1', '8.2'] + php-version: ['8.0', '8.1', '8.2', '8.3] steps: - uses: actions/checkout@v4 From bd3667f4e7fa05d1d91884e8fbb29de2015d2adc Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Tue, 7 May 2024 01:50:33 -0400 Subject: [PATCH 2/2] ci: test PHP 8.3 support Signed-off-by: Tom Carrio --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f19be18..5def9bc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.0', '8.1', '8.2', '8.3] + php-version: ['8.0', '8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v4