Skip to content

Commit fc79de6

Browse files
committed
Remove tests using PHPUnit 6.5 to avoid 'cover' annotation issues.
1 parent d15a0c6 commit fc79de6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
moodle-branch: 'MOODLE_39_STABLE'
5454
- php: '7.4'
5555
moodle-branch: 'MOODLE_38_STABLE'
56-
- php: '7.2'
57-
moodle-branch: 'MOODLE_35_STABLE'
58-
- php: '7.0'
59-
moodle-branch: 'MOODLE_35_STABLE'
6056

6157
steps:
6258
- name: Check out repository code

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ jobs:
8181
env: MOODLE_BRANCH=MOODLE_39_STABLE
8282
- php: 7.4
8383
env: MOODLE_BRANCH=MOODLE_38_STABLE
84-
- php: 7.2
85-
env: MOODLE_BRANCH=MOODLE_35_STABLE
86-
- php: 7.0
87-
env: MOODLE_BRANCH=MOODLE_35_STABLE

0 commit comments

Comments
 (0)