Skip to content

Commit

Permalink
Move own tests to suit the new requirements
Browse files Browse the repository at this point in the history
Also, bump to ubuntu-18.04, dist files already are recommending it,
hence not change needed there, only own tests.

This closes #96.
  • Loading branch information
stronk7 committed May 9, 2021
1 parent f30fe21 commit ccc4b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
citest:
name: CI test
needs: selftest
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

services:
postgres:
Expand Down Expand Up @@ -54,8 +54,6 @@ jobs:
moodle-branch: 'MOODLE_38_STABLE'
- php: '7.2'
moodle-branch: 'MOODLE_35_STABLE'
- php: '7.0'
moodle-branch: 'MOODLE_35_STABLE'

steps:
- name: Check out repository code
Expand Down Expand Up @@ -102,6 +100,7 @@ jobs:
moodle-plugin-ci mustache
moodle-plugin-ci grunt || [ \
"$MOODLE_BRANCH" != 'master' -a \
"$MOODLE_BRANCH" != 'MOODLE_311_STABLE' -a \
"$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
"$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
moodle-plugin-ci phpdoc
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ script:
- moodle-plugin-ci mustache
- moodle-plugin-ci grunt || [ \
"$MOODLE_BRANCH" != 'master' -a \
"$MOODLE_BRANCH" != 'MOODLE_311_STABLE' -a \
"$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
"$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
- moodle-plugin-ci phpdoc
Expand Down Expand Up @@ -75,5 +76,3 @@ jobs:
env: MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.2
env: MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.0
env: MOODLE_BRANCH=MOODLE_35_STABLE

0 comments on commit ccc4b12

Please sign in to comment.