Skip to content

Commit

Permalink
Updated CI moodle-branch to MOODLE_404_STABLE and php to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf committed Jan 6, 2025
1 parent 3fc5d30 commit 0c88aa6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'

php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: [pgsql, mariadb]

services:
postgres:
image: postgres:13
Expand Down

0 comments on commit 0c88aa6

Please sign in to comment.