Skip to content

Commit 64457dd

Browse files
committed
Removing 4.3 for now.
1 parent 133f4c7 commit 64457dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
matrix:
3232
include:
3333
- php: '8.1'
34-
moodle-branch: 'master'
34+
moodle-branch: 'MOODLE_402_STABLE'
3535
database: 'pgsql'
3636
- php: '8.0'
3737
moodle-branch: 'MOODLE_402_STABLE'
38-
database: 'pgsql'
38+
database: 'mariadb'
3939
- php: '7.4'
4040
moodle-branch: 'MOODLE_401_STABLE'
41-
database: 'mariadb'
41+
database: 'pgsql'
4242

4343
steps:
4444
- name: Checkout

0 commit comments

Comments
 (0)