Skip to content

Commit 9310233

Browse files
committed
Update CI script
1 parent e913ad9 commit 9310233

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Moodle Plugin CI
2-
# Based on version gha.dist.yml version 4.5.7
2+
# Based on version gha.dist.yml version 4.5.8
33

44
on:
55
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:14
18+
image: postgres:15
1919
env:
2020
POSTGRES_USER: 'postgres'
2121
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
php: ['8.2']
41-
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'MOODLE_500_STABLE']
41+
moodle-branch: ['MOODLE_405_STABLE', 'MOODLE_500_STABLE', 'MOODLE_501_STABLE']
4242
database: [pgsql, mariadb]
4343

4444
steps:
@@ -114,6 +114,7 @@ jobs:
114114
run: moodle-plugin-ci phpunit --fail-on-warning
115115

116116
- name: Behat features
117+
id: behat
117118
if: ${{ !cancelled() }}
118119
run: moodle-plugin-ci behat --profile chrome --scss-deprecations
119120

0 commit comments

Comments
 (0)