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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f7c5768..91cc94a 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:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91b470d..07ccaac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@ The first time you install this app, before using a cron job, you properly want
<filesystem/>
</types>
<dependencies>
- <php min-version="7.3" max-version="8.0" />
+ <php min-version="7.3" max-version="8.1" />
<nextcloud min-version="21" max-version="24" />
</dependencies>