From 0b3d696ce2f3640cab7935a2ffe601088a82fdff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Oct 2024 12:18:43 +0100 Subject: [PATCH] Try to test php 8.3 ad 8.4 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 162e0480659..728682c1123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,16 +47,16 @@ jobs: - TRAVIS_PHP_VERSION=7.1 - stage: PHP min and max if: type = pull_request OR type = push - php: '8.2' - env: - - DB=mysql - - TRAVIS_PHP_VERSION=8.2 - - stage: PHP 8.3 - if: type = push AND branch = develop php: '8.3' env: - DB=mysql - TRAVIS_PHP_VERSION=8.3 + - stage: PHP 8.4 + if: type = push AND branch = develop + php: '8.4' + env: + - DB=mysql + - TRAVIS_PHP_VERSION=8.4 notifications: email: