Skip to content

Commit

Permalink
Add github actions for M4.2 and M4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jan 5, 2024
1 parent 37e2c21 commit e4a832b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -27,10 +27,19 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4']
moodle-branch: ['MOODLE_400_STABLE']
database: ['pgsql']

include:
- php: 8.1
moodle-branch: MOODLE_402_STABLE
database: pgsql
- php: 8.1
moodle-branch: MOODLE_402_STABLE
database: mariadb
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.1
moodle-branch: MOODLE_403_STABLE
database: pgsql
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit e4a832b

Please sign in to comment.