From e5066089ff523ec25230530d405c2d7da7abee48 Mon Sep 17 00:00:00 2001 From: Markus Reinhold Date: Tue, 12 Dec 2023 21:05:43 +0100 Subject: [PATCH] Add php 8.3 to test pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f71748d..de7c7f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] name: ${{ matrix.php-version }} runs-on: ${{ matrix.operating-system }} steps: