Skip to content

Commit 0e72cb4

Browse files
committed
Update lowest PHP version supported by main
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 43c615b commit 0e72cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
database: pgsql
8181

8282
# Lowest php versions supported by each branch (with main always being tested twice).
83-
- php: 8.1
83+
- php: 8.2
8484
moodle-branch: main
8585
database: pgsql
86-
- php: 8.1
86+
- php: 8.2
8787
moodle-branch: main
8888
database: mariadb
8989
- php: 8.2

0 commit comments

Comments
 (0)