Skip to content

Commit 7bfb642

Browse files
committed
Bump ubuntu in Travis to 22
1 parent a0c5f07 commit 7bfb642

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.dist.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22

3-
dist: focal
3+
dist: jammy
44

55
addons:
6-
postgresql: "13"
6+
postgresql: "14"
77
apt:
88
packages:
9-
- postgresql-13
10-
- postgresql-client-13
9+
- postgresql-14
10+
- postgresql-client-14
1111
- libonig5
1212

1313
services:
@@ -21,13 +21,13 @@ cache:
2121

2222
php:
2323
- 7.4
24-
- 8.0
2524
- 8.1
25+
- 8.4
2626

2727
env:
2828
global:
29-
- PGVER=13
30-
- MOODLE_BRANCH=MOODLE_402_STABLE
29+
- PGVER=14
30+
- MOODLE_BRANCH=MOODLE_405_STABLE
3131
# Uncomment this to run Behat tests using the Moodle App.
3232
# - MOODLE_APP=true
3333
matrix:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
dist: focal
3+
dist: jammy
44

55
addons:
66
postgresql: "14"

0 commit comments

Comments
 (0)