From 8d50d002104b973aaaa536c437e87f1ebcde98fe Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 30 Dec 2023 21:57:11 +0100 Subject: [PATCH] fix --- .github/workflows/build.yml | 1 + .github/workflows/static.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a96c36..0c94549 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ concurrency: jobs: tests: + name: Run tests uses: monicahq/workflows/.github/workflows/laravel.yml@main with: php-versions: "['8.2']" diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a53f83e..1b7b3d9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,7 @@ concurrency: jobs: statics: + name: Static analysis uses: monicahq/workflows/.github/workflows/static.yml@main with: php-version: 8.2