mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
attempt to upgrade to PHP 8.4 in scrutinizer
This commit is contained in:
+2
-4
@@ -15,14 +15,12 @@ coding_style:
|
|||||||
additive: false
|
additive: false
|
||||||
concatenation: true
|
concatenation: true
|
||||||
build:
|
build:
|
||||||
image: default-bionic
|
|
||||||
environment:
|
environment:
|
||||||
php:
|
php:
|
||||||
version: 7.4
|
version: 8.4
|
||||||
tests:
|
tests:
|
||||||
override:
|
override:
|
||||||
-
|
- command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
|
||||||
command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
|
|
||||||
coverage:
|
coverage:
|
||||||
file: 'tst/log/coverage-clover.xml'
|
file: 'tst/log/coverage-clover.xml'
|
||||||
format: 'clover'
|
format: 'clover'
|
||||||
|
|||||||
Reference in New Issue
Block a user