Skip to content

Commit

Permalink
Merge branch 'moodle-an-hochschulen:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann authored Feb 15, 2023
2 parents c988ec4 + c1f092a commit 1ef14d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

services:
postgres:
image: postgres:10
image: postgres:12
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -30,13 +30,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4']
php: ['7.3', '7.4', '8.0']
moodle-branch: ['MOODLE_400_STABLE']
database: [pgsql, mariadb]

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: plugin

Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome --auto-rerun 0
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-local_bulkenrol
Changes
-------

### Unreleased

* 2022-11-28 - Updated Moodle Plugin CI to latest upstream recommendations

### v4.0-r2

* 2022-07-12 - Fix README description how this plugin works in Moodle 4.0
Expand Down

0 comments on commit 1ef14d5

Please sign in to comment.