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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-28 11:17:34 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-28 11:17:34 +0300
commitf9634235a101b5413a35538e892bf07445be26a1 (patch)
treeba9e9b09fdc7f61ee56e0fc7cf5c8cf075baa590
parent9352d7ec66861d4ca2a48dbbc099403107c9a12e (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 383689d..23dd3d3 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.4', '8.0']
name: php${{ matrix.php-versions }}
steps: