From 15540dcaf63ad00dba44adcec088839cf0c174f1 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 16 Jun 2026 10:27:57 +0200 Subject: [PATCH] fix(ci): Update php version Assisted-by: my brain Signed-off-by: Marcel Klehr --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 3f94790..a9a9a39 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -26,7 +26,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: [ '8.2' ] + php-versions: [ '8.3' ] databases: [ 'sqlite' ] server-versions: [ 'master', 'stable33', 'stable32', 'stable31' ]