From 681404fea167829ac2b69f1cb746c6b5d7f0949d Mon Sep 17 00:00:00 2001 From: Markus Reinhold Date: Fri, 15 Dec 2023 23:25:18 +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 38a796c..8e3b743 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'] symfony-version: ['^5.1', '^6.0'] exclude: - php-version: '7.4'