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

github.com/nextcloud/backup.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:34:42 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 10:34:42 +0300
commit8a913d39111d13be4c9908c1ffe841ea920669d7 (patch)
tree93d120d8818117278045755afdf526018ac2a006 /.github
parent31dfdec9888578a8c8d0c62fca4be5df94c956b9 (diff)
Update master php testing versions
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 0fce5bf..f4a1624 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ["7.4", "8.0"]
+ php-versions: ["7.4", "8.0", "8.1"]
name: php${{ matrix.php-versions }}
steps: