Skip to content

Commit

Permalink
Upgrade php to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Dec 2, 2024
1 parent 026f01a commit 484743e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
moodle_branch: ['main', 'MOODLE_405_STABLE', 'MOODLE_404_STABLE', 'MOODLE_403_STABLE', 'MOODLE_401_STABLE']
env:
dbtype: pgsql
php: 8.1
php: 8.2
MOODLE_BRANCH: ${{ matrix.moodle_branch || 'main' }}
MOODLE_REPOSITORY: 'https://github.com/moodle/moodle'
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setting up DB ${{ env.dbtype }}
uses: m4nu56/postgresql-action@v1
with:
postgresql version: 13
postgresql version: 14
postgresql db: test
postgresql user: test
postgresql password: test
Expand Down

0 comments on commit 484743e

Please sign in to comment.