From f24bb1439cae3d78a53dfd7324b1f68999b06f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 24 Jan 2023 08:44:35 +0100 Subject: [PATCH] chore(cypress): Bump php version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8a7426a15..d4c798238 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: matrix: node-version: [14.x] # containers: [1, 2, 3] - php-versions: [ '7.4' ] + php-versions: [ '8.0' ] databases: [ 'sqlite' ] server-versions: [ 'master' ]