Skip to content
Snippets Groups Projects
Commit c1777733 authored by Alexander Bias's avatar Alexander Bias Committed by Alexander Bias
Browse files

Updated Moodle Plugin CI to latest upstream recommendations

parent c550278b
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......@@ -36,7 +36,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: plugin
......@@ -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,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment