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

github.com/nextcloud/serverinfo.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:41:32 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 11:41:32 +0300
commit8de38685b4f0b9b74055f7e45cf82b94afeda991 (patch)
tree8e9997636433e6aa4a75ce7c22d938d935b0bc7a /.github
parentaab506b5294dbc2b1742d5f559507b2092ac48c0 (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 e987f2f..4b2ba68 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,7 +12,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 }}
steps:
- name: Checkout