Skip to content

Commit

Permalink
Tidy up CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 4, 2022
1 parent 80ad6fb commit 6fa807b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- php: '7.4'
moodle-branch: 'master'
database: 'pgsql'
- php: '7.4'
- php: '7.3'
moodle-branch: 'MOODLE_311_STABLE'
database: 'mariadb'

Expand Down Expand Up @@ -44,16 +44,11 @@ jobs:
with:
path: plugin

- name: Install node
uses: actions/setup-node@v1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, pgsql, mysqli
# tools: phpunit
# coverage: none

- name: Deploy moodle-plugin-ci
run: |
Expand Down
7 changes: 5 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## Changes in 1.3

* This version works with Moodle 4.0.
* Replaced uses of deprecated user fields functions. (Note, this plugin does not yet support the display of custom profile fields.)
* Now shows improved instructions for bulk download.
* Updated to use the new user field API (but note, this plugin does not yet
support the display of custom profile fields.)
* Improved instructions for doing bulk downloads.


## Changes in 1.2

Expand All @@ -18,6 +20,7 @@
* Fixed a few other minor bugs.
* The bulk export option is now more efficient.


## Changes in 1.1

* There is now a (slightly primitive) option to download all the attempts at a quiz
Expand Down

0 comments on commit 6fa807b

Please sign in to comment.