From 028f01d9eb20cb9711abb58653afde9aefcb4f05 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 25 Aug 2023 12:58:28 +0200 Subject: [PATCH] chore: add ci tests for php 8.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ab1449f..50f33d43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: matrix: # All the versions, OS, and dependency levels we want to support os: [ubuntu] # TODO: windows, macos - php: [ '8.0', '8.1', '8.2' ] + php: [ '8.0', '8.1', '8.2', '8.3' ] dependency: [ stable ] # Our code has paths for with- and without- XDebug, and we want to test # both of them.