Skip to content

Commit b8c3070

Browse files
committed
Upgrade php to 8.2, pg 14 and disabling 4.1 since it does not support
1 parent 026f01a commit b8c3070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/structure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
moodle_branch: ['main', 'MOODLE_405_STABLE', 'MOODLE_404_STABLE', 'MOODLE_403_STABLE', 'MOODLE_401_STABLE']
14+
moodle_branch: ['main', 'MOODLE_405_STABLE', 'MOODLE_404_STABLE', 'MOODLE_403_STABLE']
1515
env:
1616
dbtype: pgsql
17-
php: 8.1
17+
php: 8.2
1818
MOODLE_BRANCH: ${{ matrix.moodle_branch || 'main' }}
1919
MOODLE_REPOSITORY: 'https://github.com/moodle/moodle'
2020
steps:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setting up DB ${{ env.dbtype }}
2929
uses: m4nu56/postgresql-action@v1
3030
with:
31-
postgresql version: 13
31+
postgresql version: 14
3232
postgresql db: test
3333
postgresql user: test
3434
postgresql password: test

0 commit comments

Comments
 (0)