Skip to content

Commit 0975964

Browse files
committed
add exclusions
1 parent cce87eb commit 0975964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- {moodle-branch: 'MOODLE_501_STABLE', php: '8.1', database: 'mariadb'}
4343
- {moodle-branch: 'main', php: '8.1', database: 'pgsql'}
4444
- {moodle-branch: 'main', php: '8.1', database: 'mariadb'}
45+
- {moodle-branch: 'main', php: '8.2', database: 'pgsql'}
46+
- {moodle-branch: 'main', php: '8.2', database: 'pgsql'}
4547

4648
steps:
4749
- name: Check out repository code

0 commit comments

Comments
 (0)