From 2847f1cb03fa59c62e7a60d0b3a68ee44e3adaf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20B=C3=B6swetter?= Date: Wed, 19 Jun 2024 15:19:58 +0200 Subject: [PATCH] [TASK] adds php v8.3 to github workflow matrix --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc6057..62b90c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: push: pull_request: - schedule: - - cron: '5 5 * * *' jobs: testsuite: @@ -28,4 +26,4 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1', '8.2' ] + php: [ '8.0', '8.1', '8.2', '8.3' ]