From 8e2ea238ce4e80465cc4e3848ca9796cc9557bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Sun, 3 Dec 2023 14:18:52 +0100 Subject: [PATCH] Test PHP 8.3 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 52f2f24cb..b7c1dbc77 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-latest, windows-latest ] - php-versions: [ '7.4', '8.0', '8.1', '8.2' ] + php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - name: Set git to use LF