Skip to content

Commit

Permalink
test: Change Main to 8.3
Browse files Browse the repository at this point in the history
* test: Change Main to 8.3

* test: Update postrges to v14
  • Loading branch information
usantos-at-wiris authored Jan 8, 2025
1 parent 049d960 commit 0d046b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: "postgres"
POSTGRES_HOST_AUTH_METHOD: "trust"
Expand Down Expand Up @@ -84,6 +84,8 @@ jobs:
php: "8.1"
- moodle-branch: "MOODLE_400_STABLE"
php: "8.1"
- moodle-branch: "main"
php: "8.1"

- moodle-branch: "MOODLE_38_STABLE"
php: "8.2"
Expand Down Expand Up @@ -112,8 +114,7 @@ jobs:
php: "8.3"
- moodle-branch: "MOODLE_403_STABLE"
php: "8.3"
- moodle-branch: "main"
php: "8.3"


steps:
# 0. Initial step.
Expand Down

0 comments on commit 0d046b7

Please sign in to comment.