diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a293ce0..e60a045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] databases: ['sqlite'] server-versions: ['stable24', 'stable25', 'stable26'] @@ -76,7 +76,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] databases: ['mysql'] server-versions: ['stable24', 'stable25', 'stable26'] @@ -143,7 +143,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] databases: ['pgsql'] server-versions: ['stable24', 'stable25', 'stable26'] diff --git a/appinfo/info.xml b/appinfo/info.xml index 38dad71..c78a526 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ https://github.com/thrillfall/nextcloud-gpodder/blob/main/README.md#api - + diff --git a/composer.json b/composer.json index c0d85a1..5ca6077 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,5 @@ ], "require-dev": { "phpunit/phpunit": "^9" - }, - "config": { - "platform": { - "php": "7.4.33" - } } }