Skip to content

Commit 004e828

Browse files
committed
travis github: Remove 3.7 from test matrix, add 3.11
1 parent 012461f commit 004e828

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
moodle-branch: 'MOODLE_39_STABLE'
5757
- php: '7.4'
5858
moodle-branch: 'MOODLE_38_STABLE'
59-
- php: '7.3'
60-
moodle-branch: 'MOODLE_37_STABLE'
6159
- php: '7.2'
6260
moodle-branch: 'MOODLE_35_STABLE'
6361
- php: '7.0'

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
script:
6666
- make validate
6767
- stage: Integration tests
68+
- php: 7.4
69+
env: MOODLE_BRANCH=MOODLE_311_STABLE
6870
- php: 7.4
6971
env: MOODLE_BRANCH=MOODLE_310_STABLE
7072
- php: 7.4
7173
env: MOODLE_BRANCH=MOODLE_39_STABLE
7274
- php: 7.4
7375
env: MOODLE_BRANCH=MOODLE_38_STABLE
74-
- php: 7.3
75-
env: MOODLE_BRANCH=MOODLE_37_STABLE
7676
- php: 7.2
7777
env: MOODLE_BRANCH=MOODLE_35_STABLE
7878
- php: 7.0

0 commit comments

Comments
 (0)