Skip to content

Commit 4a4c339

Browse files
committed
Setting up for Moodle 4.0 onward.
1 parent 2a35b36 commit 4a4c339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- php: '8.0'
1212
moodle-branch: 'master'
1313
database: 'pgsql'
14-
- php: '7.4'
14+
- php: '8.0'
1515
moodle-branch: 'MOODLE_400_STABLE'
1616
database: 'pgsql'
17-
- php: '7.3'
17+
- php: '7.4'
1818
moodle-branch: 'MOODLE_400_STABLE'
1919
database: 'mariadb'
2020

0 commit comments

Comments
 (0)