We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8dd7e commit a0c5f07Copy full SHA for a0c5f07
.travis.yml
@@ -3,11 +3,11 @@ language: php
3
dist: focal
4
5
addons:
6
- postgresql: "13"
+ postgresql: "14"
7
apt:
8
packages:
9
- - postgresql-13
10
- - postgresql-client-13
+ - postgresql-14
+ - postgresql-client-14
11
- libonig5
12
13
services:
@@ -21,7 +21,7 @@ cache:
21
22
env:
23
global:
24
- - PGVER=13
+ - PGVER=14
25
- IGNORE_PATHS=ignore
26
- IGNORE_NAMES=ignore_name.php
27
- MUSTACHE_IGNORE_NAMES=broken.mustache
@@ -90,7 +90,7 @@ jobs:
90
- stage: Integration tests
91
if: env(MOODLE_BRANCH) IS present
92
# Only main with highest supported PHP version.
93
- - php: 8.3
+ - php: 8.4
94
95
- MOODLE_BRANCH=main
96
- MOODLE_APP=true
0 commit comments