Skip to content

Commit a0c5f07

Browse files
committed
Run Travis on PHP 8.4 and Postgres 14
1 parent 6b8dd7e commit a0c5f07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ language: php
33
dist: focal
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,7 +21,7 @@ cache:
2121

2222
env:
2323
global:
24-
- PGVER=13
24+
- PGVER=14
2525
- IGNORE_PATHS=ignore
2626
- IGNORE_NAMES=ignore_name.php
2727
- MUSTACHE_IGNORE_NAMES=broken.mustache
@@ -90,7 +90,7 @@ jobs:
9090
- stage: Integration tests
9191
if: env(MOODLE_BRANCH) IS present
9292
# Only main with highest supported PHP version.
93-
- php: 8.3
93+
- php: 8.4
9494
env:
9595
- MOODLE_BRANCH=main
9696
- MOODLE_APP=true

0 commit comments

Comments
 (0)