Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-07 19:37:49 +0300
committerGitHub <noreply@github.com>2022-11-07 19:37:49 +0300
commit897956d9fc93b0edf508265c1ef68a4d989e85ae (patch)
tree3c991220630fd89244a9e1adc11d9ab1ff65004d
parent2342279aeb9546bc61901037e1df3962cbc90d45 (diff)
parentf4a5479a7d95febb413775d0db2e6408d4781d2b (diff)
Merge pull request #172 from nextcloud/feat/workflow-auto-update-lint-php.ymlHEADmaster
Updating lint-php.yml workflow from template
-rw-r--r--.github/workflows/lint-php.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index a4abc44..62476c9 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -13,12 +13,19 @@ on:
- master
- stable*
+permissions:
+ contents: read
+
+concurrency:
+ group: lint-php-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
php-lint:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.4", "8.0"]
+ php-versions: ["7.4", "8.0", "8.1"]
name: php-lint
@@ -36,6 +43,8 @@ jobs:
run: composer run lint
summary:
+ permissions:
+ contents: none
runs-on: ubuntu-latest
needs: php-lint