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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-18 11:55:53 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 11:55:53 +0300
commitacd77f91f0a9b2ff2d3399a33c86a14e36f7ae27 (patch)
treed8ce2f1c2f5c9b1dd47f73ae541aee13ea46ebbf /.github
parentd8ed0cbe081a23edd2f1ee4468b50ad46457bf71 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 3e50644f2..65131b26a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.2', '7.3', 7.4]
+ php-versions: ['7.3', '7.4']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout