|
8 | 8 | - $HOME/.npm |
9 | 9 |
|
10 | 10 | addons: |
11 | | - postgresql: "9.5" |
| 11 | + postgresql: "9.6" |
12 | 12 |
|
13 | 13 | services: |
14 | 14 | - mysql |
|
23 | 23 | - IGNORE_PATHS=amd/build |
24 | 24 | jobs: |
25 | 25 | - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE |
26 | | - - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE |
27 | 26 | - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE |
28 | 27 | - DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE |
| 28 | + - DB=pgsql MOODLE_BRANCH=MOODLE_310_STABLE |
29 | 29 | - DB=pgsql MOODLE_BRANCH=master |
30 | 30 | - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE |
31 | | - - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE |
32 | 31 | - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE |
33 | 32 | - DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE |
| 33 | + - DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE |
34 | 34 | - DB=mysqli MOODLE_BRANCH=master |
35 | 35 |
|
36 | 36 | before_install: |
37 | 37 | - phpenv config-rm xdebug.ini |
38 | | - - nvm install v14 |
39 | 38 | - cd ../.. |
40 | 39 | - composer selfupdate |
41 | | - - composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master |
| 40 | + - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3 |
42 | 41 | - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" |
43 | 42 |
|
44 | 43 | install: |
|
50 | 49 | # Prechecks against latest Moodle stable only. |
51 | 50 | - stage: static |
52 | 51 | php: 7.4 |
53 | | - env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE |
| 52 | + env: DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE |
54 | 53 | install: moodle-plugin-ci install --no-init |
55 | 54 | script: |
56 | 55 | - moodle-plugin-ci phplint |
|
64 | 63 | # Smaller build matrix for development builds |
65 | 64 | - stage: develop |
66 | 65 | php: 7.4 |
67 | | - env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE |
| 66 | + env: DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE |
68 | 67 | exclude: |
69 | 68 | - php: 7.3 |
70 | 69 | env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE |
|
74 | 73 | env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE |
75 | 74 | - php: 7.4 |
76 | 75 | env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE |
77 | | - - php: 7.4 |
78 | | - env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE |
79 | | - - php: 7.4 |
80 | | - env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE |
81 | 76 |
|
82 | 77 | # Default 'test' stage: Unit tests and behat tests against full matrix. |
83 | 78 | script: |
|
0 commit comments