We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323ecc4 + 64795bd commit c1f1ab3Copy full SHA for c1f1ab3
.github/workflows/test.yml
@@ -75,9 +75,9 @@ jobs:
75
fail-fast: false
76
matrix:
77
include:
78
- - php: '8.1'
+ - php: '8.2'
79
moodle-branch: 'master'
80
81
moodle-branch: 'MOODLE_402_STABLE'
82
- php: '8.1'
83
moodle-branch: 'MOODLE_401_STABLE'
.travis.yml
@@ -87,8 +87,10 @@ jobs:
87
88
- stage: Integration tests
89
if: env(MOODLE_BRANCH) IS present
90
- - php: 8.1
+ - php: 8.2
91
env: MOODLE_BRANCH=master
92
93
+ env: MOODLE_BRANCH=MOODLE_402_STABLE
94
- php: 8.1
95
env: MOODLE_BRANCH=MOODLE_401_STABLE
96
- php: 8.0
0 commit comments