Skip to content

Commit 14d2bc2

Browse files
committed
Change ci to cover for 3.9
1 parent e5edf02 commit 14d2bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
php: ['7.4', '8.0']
34-
moodle-branch: ['MOODLE_311_STABLE','MOODLE_400_STABLE']
33+
php: ['7.4']
34+
moodle-branch: ['MOODLE_39_STABLE','MOODLE_311_STABLE','MOODLE_401_STABLE']
3535
database: [pgsql, mariadb]
3636

3737
steps:

0 commit comments

Comments
 (0)