Skip to content

Commit

Permalink
Adding 4.2 to CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed May 15, 2023
1 parent 1e39079 commit 5ca3d4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
database: 'pgsql'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
database: 'pgsql'

steps:
- name: Checkout
Expand Down

0 comments on commit 5ca3d4c

Please sign in to comment.