Skip to content

Commit

Permalink
Update moodle-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies authored Aug 29, 2024
1 parent 8237527 commit cb9a53e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

services:
postgres:
Expand All @@ -28,14 +28,17 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
- php: '8.3'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.1'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
Expand Down

0 comments on commit cb9a53e

Please sign in to comment.