Skip to content

Commit 16d9a92

Browse files
authored
Merge pull request #336 from stronk7/bump_php_dependencies
Bump php dependencies (and other minor tweaks)
2 parents 18fe3e1 + 9ca8659 commit 16d9a92

File tree

5 files changed

+386
-364
lines changed

5 files changed

+386
-364
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
services:
6464
postgres:
65-
image: postgres:13
65+
image: postgres:14
6666
env:
6767
POSTGRES_USER: 'postgres'
6868
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -188,7 +188,7 @@ jobs:
188188

189189
services:
190190
postgres:
191-
image: postgres:13
191+
image: postgres:14
192192
env:
193193
POSTGRES_USER: 'postgres'
194194
POSTGRES_HOST_AUTH_METHOD: 'trust'

bin/validate-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env php
22
<?php
3+
34
/*
45
* This file is part of the Moodle Plugin CI package.
56
*

0 commit comments

Comments
 (0)