From 529019fb4d641b66e49087d4011c002528377aad Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 12 Mar 2024 19:07:35 +0100 Subject: [PATCH] Adjust the Travis tests to current php and moodle versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cde09415..950daa9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,11 +90,11 @@ jobs: - stage: Integration tests if: env(MOODLE_BRANCH) IS present # Only main with highest supported PHP version. - - php: 8.2 + - php: 8.3 env: MOODLE_BRANCH=main # Last stable with highest supported PHP version. - php: 8.2 - env: MOODLE_BRANCH=MOODLE_402_STABLE + env: MOODLE_BRANCH=MOODLE_403_STABLE # And older stable supported (with lowest supported PHP version). - php: 7.4 env: MOODLE_BRANCH=MOODLE_39_STABLE