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.
1 parent dad9ce5 commit 9ceda4bCopy full SHA for 9ceda4b
1 file changed
.github/workflows/ci.yml
@@ -18,15 +18,18 @@ jobs:
18
- mw: 'REL1_43'
19
php: 8.1
20
experimental: false
21
- - mw: 'REL1_43'
+ - mw: 'REL1_44'
22
php: 8.2
23
24
+ - mw: 'REL1_45'
25
php: 8.3
26
27
- mw: 'master'
28
php: 8.4
29
experimental: true
30
+ - mw: 'master'
31
+ php: 8.5
32
+ experimental: true
33
34
runs-on: ubuntu-latest
35
0 commit comments