Skip to content

Commit 91d5cfa

Browse files
authored
bump versions in CI (#302)
1 parent 4deefaa commit 91d5cfa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/behat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
php: '8.1'
3333
- moodle-branch: 'MOODLE_501_STABLE'
3434
php: '8.1'
35+
- moodle-branch: 'main'
36+
php: '8.2'
3537
- moodle-branch: 'main'
3638
php: '8.1'
3739
include:

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
5353
env:
5454
DB: mariadb
55-
MOODLE_BRANCH: ${{ matrix.php == '8.1' && 'MOODLE_405_STABLE' || 'main'}}
55+
MOODLE_BRANCH: ${{ matrix.php == '8.1' && 'MOODLE_405_STABLE' || 'MOODLE_501_STABLE'}}
5656

5757
- name: PHP Lint
5858
if: ${{ always() }}

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
services:
1111
postgres:
12-
image: postgres:15
12+
image: postgres:16
1313
env:
1414
POSTGRES_USER: 'postgres'
1515
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -41,6 +41,8 @@ jobs:
4141
php: '8.1'
4242
- moodle-branch: 'MOODLE_501_STABLE'
4343
php: '8.1'
44+
- moodle-branch: 'main'
45+
php: '8.2'
4446
- moodle-branch: 'main'
4547
php: '8.1'
4648
include:

0 commit comments

Comments
 (0)