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-04-04 10:59:08 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 10:59:08 +0300
commitc3ec2f8e53dd25c19ed3c991fb2211fabfa8755e (patch)
tree91a966713fe1096b4c5891a9f303fc94ce10b039 /.github
parent5c03418e2738c8e0dbc3c8175ba0738f8aff9eec (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 45493c3..b6432a3 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"]
+ php-versions: ["7.3", "7.4", "8.0", "8.1"]
name: php-lint