branch: [ develop, '*-rc' ]
event: push
composer_install:
- image: friendicaci/php7.4:php7.4.33
+ image: friendicaci/php8.2:php8.2.16
commands:
- export COMPOSER_HOME=.composer
- composer validate
matrix:
include:
- - PHP_MAJOR_VERSION: 7.4
- PHP_VERSION: 7.4.33
+ - PHP_MAJOR_VERSION: 8.2
+ PHP_VERSION: 8.2.16
branches:
exclude: [ stable ]
branch: stable
event: tag
composer_install:
- image: friendicaci/php7.4:php7.4.33
+ image: friendicaci/php8.2:php8.2.16
commands:
- export COMPOSER_HOME=.composer
- composer validate