mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Woodpecker: Update PHP version
This commit is contained in:
parent
59b48c2d84
commit
ad1d160634
4 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ pipeline:
|
|||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
composer_install:
|
||||
image: friendicaci/php7.4:php7.4.18
|
||||
image: friendicaci/php7.4:php7.4.33
|
||||
commands:
|
||||
- export COMPOSER_HOME=.composer
|
||||
- composer validate
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
matrix:
|
||||
include:
|
||||
- PHP_MAJOR_VERSION: 7.4
|
||||
PHP_VERSION: 7.4.18
|
||||
PHP_VERSION: 7.4.33
|
||||
|
||||
branches:
|
||||
exclude: [ stable ]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
matrix:
|
||||
include:
|
||||
- PHP_MAJOR_VERSION: 7.3
|
||||
PHP_VERSION: 7.3.28
|
||||
PHP_VERSION: 7.3.33
|
||||
- PHP_MAJOR_VERSION: 7.4
|
||||
PHP_VERSION: 7.4.18
|
||||
PHP_VERSION: 7.4.33
|
||||
- PHP_MAJOR_VERSION: 8.0
|
||||
PHP_VERSION: 8.0.5
|
||||
PHP_VERSION: 8.0.25
|
||||
|
||||
pipeline:
|
||||
php-lint:
|
||||
|
|
|
@ -37,7 +37,7 @@ pipeline:
|
|||
branch: stable
|
||||
event: tag
|
||||
composer_install:
|
||||
image: friendicaci/php7.4:php7.4.18
|
||||
image: friendicaci/php7.4:php7.4.33
|
||||
commands:
|
||||
- export COMPOSER_HOME=.composer
|
||||
- composer validate
|
||||
|
|
Loading…
Reference in a new issue