From c7ccafd1dd40302f3d4de58dcd95c8590b6a9892 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 649ed80..406c71d 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@v5 From 17b008c6c91ad4a11082b4a3d2c813b1d63e37f7 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 406c71d..a05dd4f 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@v5