Skip to content

Commit 3ab8537

Browse files
authored
Merge pull request #63 from bdecentgmbh/dev
Call it 1.5
2 parents f3b7938 + f85772e commit 3ab8537

34 files changed

+3074
-215
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
services:
1010
postgres:
@@ -16,7 +16,7 @@ jobs:
1616
- 5432:5432
1717
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
1818
mariadb:
19-
image: mariadb:10.6.7
19+
image: mariadb:10.6.10
2020
env:
2121
MYSQL_USER: 'root'
2222
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
@@ -28,22 +28,22 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- php: '8.2'
31+
- php: '8.3'
32+
moodle-branch: 'MOODLE_405_STABLE'
33+
database: 'mariadb'
34+
- php: '8.3'
3235
moodle-branch: 'MOODLE_405_STABLE'
3336
database: 'pgsql'
34-
- php: '8.1'
37+
- php: '8.2'
3538
moodle-branch: 'MOODLE_404_STABLE'
3639
database: 'mariadb'
37-
- php: '8.0'
38-
moodle-branch: 'MOODLE_403_STABLE'
40+
- php: '8.2'
41+
moodle-branch: 'MOODLE_404_STABLE'
3942
database: 'pgsql'
40-
- php: '7.4'
41-
moodle-branch: 'MOODLE_401_STABLE'
42-
database: 'mariadb'
4343

4444
steps:
4545
- name: Check out repository code
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
with:
4848
path: plugin
4949

@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Initialise moodle-plugin-ci
5858
run: |
59-
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
59+
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
6060
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
6161
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
6262
sudo locale-gen en_AU.UTF-8

amd/build/formatkickstart.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/formatkickstart.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)