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

github.com/nextcloud/bruteforcesettings.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:52:34 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 10:52:34 +0300
commitc2d190e3465613fe5e8d8d07ebd271a19847a0a8 (patch)
tree2a3bf9db6e4eb3f7d64663ac4d758163c0e6b5a5
parent7ee3e4182953c16a791fc2f92f6b6bae988041ac (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 502c041..d327c36 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.3", "7.4", "8.0", "8.1"]
name: php${{ matrix.php-versions }}
steps: