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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-21 15:29:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-21 15:29:28 +0300
commita08e469ca04cd9f30b678a6706fecb9a372bcb35 (patch)
tree19af242184a1406b5e10729eee63a5bb90a75d48
parenta7cec1f420dbc1045b8307512dde6c72ba2f78b7 (diff)
Ignore PHP 7.3 as we only support NC 25+
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/lint-php.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index b6432a3..9cfb484 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.3", "7.4", "8.0", "8.1"]
+ php-versions: ["7.4", "8.0", "8.1"]
name: php-lint