File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: [push, pull_request]
44
55jobs :
66 test :
7- runs-on : ubuntu-18.04
7+ runs-on : ubuntu-latest
88
99 services :
1010 postgres :
11- image : postgres:10
11+ image : postgres:12
1212 env :
1313 POSTGRES_USER : ' postgres'
1414 POSTGRES_HOST_AUTH_METHOD : ' trust'
2828 fail-fast : false
2929 matrix :
3030 include :
31+ - php : 7.4
32+ moodle-branch : MOODLE_401_STABLE
33+ database : pgsql
34+ - php : 7.4
35+ moodle-branch : MOODLE_401_STABLE
36+ database : mariadb
37+ - php : 7.4
38+ moodle-branch : MOODLE_400_STABLE
39+ database : pgsql
40+ - php : 7.4
41+ moodle-branch : MOODLE_400_STABLE
42+ database : mariadb
3143 - php : 7.4
3244 moodle-branch : MOODLE_311_STABLE
3345 database : pgsql
4456
4557 steps :
4658 - name : Check out repository code
47- uses : actions/checkout@v2
59+ uses : actions/checkout@v3
4860 with :
4961 path : plugin
5062
You can’t perform that action at this time.
0 commit comments