Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Updated Moodle Plugin CI to latest upstream recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Nov 29, 2022
1 parent 47ca04e commit 58bf6ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 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 Down Expand Up @@ -36,7 +36,7 @@ jobs:

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

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

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome --suite=boost_campus
run: moodle-plugin-ci behat --profile chrome --auto-rerun 0 --suite=boost_campus
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-theme_boost_campus
Changes
-------

### Unreleased

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

### v3.11-r4

* 2022-11-03 - Bugfix: Return Boost Campus favicon as moodle_url instead of string, solves #120.
Expand Down

0 comments on commit 58bf6ee

Please sign in to comment.