Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2024-05-28 21:15:09 +02:00
Родитель 7182e5dcec
Коммит c93829fb57
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
4 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
name: PHP-CS

2
.github/workflows/phpunit.yml поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.0', '8.1']
server-versions: ['master']
name: SQLite

Просмотреть файл

@ -22,7 +22,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<php min-version="8.1"/>
<php min-version="8.0"/>
<nextcloud min-version="28" max-version="29"/>
</dependencies>
<activity>

Просмотреть файл

@ -18,7 +18,7 @@
"optimize-autoloader": true,
"autoloader-suffix": "Polls",
"platform": {
"php": "8.1"
"php": "8.0"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true