mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Travis is using PHP 8.2 max now
This commit is contained in:
parent
240869f2f2
commit
11cc69fb14
14
.travis.yml
14
.travis.yml
|
|
@ -34,24 +34,24 @@ jobs:
|
|||
#allow_failures:
|
||||
#- php: nightly
|
||||
include:
|
||||
- stage: PHP 7.1-8.1
|
||||
- stage: PHP min and max
|
||||
if: type = push
|
||||
php: '7.1'
|
||||
env:
|
||||
- DB=postgresql
|
||||
- TRAVIS_PHP_VERSION=7.1
|
||||
- stage: PHP 7.1-8.1
|
||||
- stage: PHP min and max
|
||||
if: type = pull_request OR type = push
|
||||
php: '8.1'
|
||||
php: '8.2'
|
||||
env:
|
||||
- DB=mysql
|
||||
- TRAVIS_PHP_VERSION=8.1
|
||||
- stage: PHP 8.2
|
||||
- TRAVIS_PHP_VERSION=8.2
|
||||
- stage: PHP 8.3
|
||||
if: type = push AND branch = develop
|
||||
php: '8.2'
|
||||
php: '8.3'
|
||||
env:
|
||||
- DB=mysql
|
||||
- TRAVIS_PHP_VERSION=8.2
|
||||
- TRAVIS_PHP_VERSION=8.3
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user