We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a0c6 commit fc79de6Copy full SHA for fc79de6
.github/workflows/test.yml
@@ -53,10 +53,6 @@ jobs:
53
moodle-branch: 'MOODLE_39_STABLE'
54
- php: '7.4'
55
moodle-branch: 'MOODLE_38_STABLE'
56
- - php: '7.2'
57
- moodle-branch: 'MOODLE_35_STABLE'
58
- - php: '7.0'
59
60
61
steps:
62
- name: Check out repository code
.travis.yml
@@ -81,7 +81,3 @@ jobs:
81
env: MOODLE_BRANCH=MOODLE_39_STABLE
82
- php: 7.4
83
env: MOODLE_BRANCH=MOODLE_38_STABLE
84
- - php: 7.2
85
- env: MOODLE_BRANCH=MOODLE_35_STABLE
86
- - php: 7.0
87
0 commit comments