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.