We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c5f07 commit 7bfb642Copy full SHA for 7bfb642
.travis.dist.yml
@@ -1,13 +1,13 @@
1
language: php
2
3
-dist: focal
+dist: jammy
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,13 +21,13 @@ cache:
21
22
php:
23
- 7.4
24
- - 8.0
25
- 8.1
+ - 8.4
26
27
env:
28
global:
29
- - PGVER=13
30
- - MOODLE_BRANCH=MOODLE_402_STABLE
+ - PGVER=14
+ - MOODLE_BRANCH=MOODLE_405_STABLE
31
# Uncomment this to run Behat tests using the Moodle App.
32
# - MOODLE_APP=true
33
matrix:
.travis.yml
@@ -1,6 +1,6 @@
postgresql: "14"
0 commit comments