From fcd9f7de2de66264581e3f6adf6ec2c44579ed30 Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Mon, 5 Feb 2024 10:42:18 +0000 Subject: [PATCH 1/2] allow PHP 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4c1ab4..e8d1eb4 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=7.4 <8.3" + "php": ">=7.4 <8.4" }, "require-dev": { "ergebnis/composer-normalize": "^2.18.0", From 2e5f667224e3519412c163e9182fab14c6239ff6 Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Mon, 5 Feb 2024 10:44:06 +0000 Subject: [PATCH 2/2] branch renamed --- .github/workflows/continous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index f861b7c..71d6aaa 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - 'master' + - 'main' - '[0-9]+.[0-9]+.x' - 'refs/pull/*' tags: