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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-03-23 11:16:53 +0300
committerdartcafe <github@dartcafe.de>2021-03-23 11:16:53 +0300
commit5b0b66b190947476435e85ed82b011a8c6883873 (patch)
tree76b1c7e22da10aa2a3702e0ec141e7b7eb49c7c6 /.github
parentd288e3b9c40d0960c85bd88b2935b675cd6c3272 (diff)
temporarily remove php 8 from checks
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f31c46d7..ebe80bc9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: [7.4, 8.0]
+ php-versions: [7.4]
name: php-cs