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>2020-09-20 11:05:44 +0300
committerdartcafe <github@dartcafe.de>2020-09-20 11:05:44 +0300
commit80ab529a3d0b605aaba802e5daee2e34a9dbaee0 (patch)
treef1183c65be32036b8994b3e21c8837e944f27c51 /.github
parenta8f88fa124dd4afaa0d536cc22f80b74891fa262 (diff)
remove PHP 7.2 from lint workflow
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 8fcdf2ef..84234398 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.3', '7.4']
nextcloud-versions: ['master']
name: Nextcloud AppCode check