Skip to content

Commit d73fa96

Browse files
committed
Remove MOODLE GHA tests for any version before 4.1 LTS (current security release)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 0e72cb4 commit d73fa96

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,6 @@ jobs:
5656
moodle-branch: MOODLE_401_STABLE
5757
database: pgsql
5858

59-
- php: 8.0
60-
moodle-branch: MOODLE_400_STABLE
61-
database: pgsql
62-
# The following line is only needed if you're going to run php8 jobs and your
63-
# plugin needs xmlrpc services.
64-
extensions: xmlrpc-beta
65-
- php: 8.0
66-
moodle-branch: MOODLE_311_STABLE
67-
database: pgsql
68-
# The following line is only needed if you're going to run php8 jobs and your
69-
# plugin needs xmlrpc services.
70-
extensions: xmlrpc-beta
71-
72-
- php: 7.4
73-
moodle-branch: MOODLE_310_STABLE
74-
database: pgsql
75-
- php: 7.4
76-
moodle-branch: MOODLE_39_STABLE
77-
database: pgsql
78-
- php: 7.4
79-
moodle-branch: MOODLE_38_STABLE
80-
database: pgsql
8159

8260
# Lowest php versions supported by each branch (with main always being tested twice).
8361
- php: 8.2

0 commit comments

Comments
 (0)