From 89e458ce65d78c2e29869512713ee0277eee14ed Mon Sep 17 00:00:00 2001 From: tonis Date: Wed, 18 Sep 2024 11:02:57 +0300 Subject: [PATCH 1/2] fixed reset form not centered in bs5 in some occasions --- src/User/resources/views/bootstrap5/recovery/reset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/User/resources/views/bootstrap5/recovery/reset.php b/src/User/resources/views/bootstrap5/recovery/reset.php index 54114877..5d945caa 100644 --- a/src/User/resources/views/bootstrap5/recovery/reset.php +++ b/src/User/resources/views/bootstrap5/recovery/reset.php @@ -22,7 +22,8 @@ $this->params['breadcrumbs'][] = $this->title; ?>
-
+
+

title) ?>

@@ -44,4 +45,5 @@
+
From e15ccb4ac71ab7363cdea53865a42b9be184abbf Mon Sep 17 00:00:00 2001 From: tonis Date: Wed, 18 Sep 2024 11:20:55 +0300 Subject: [PATCH 2/2] fix ci pipeline --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 880f9ee3..576292c1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -76,7 +76,7 @@ jobs: run: vendor/bin/phpstan analyse - name: Archive failed tests artifacts - test output & log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-outputs-php-${{ matrix.php-versions }}