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 7d649e2 commit 63059a0Copy full SHA for 63059a0
.github/settings.yml
@@ -32,6 +32,8 @@ branches:
32
- context: "Tests (8.1, lowest)"
33
- context: "Tests (8.2, highest)"
34
- context: "Tests (8.2, lowest)"
35
+ - context: "Tests (8.3, highest)"
36
+ - context: "Tests (8.3, lowest)"
37
strict: false
38
restrictions: null
39
.github/workflows/integrate.yaml
@@ -251,6 +251,7 @@ jobs:
251
- "8.0"
252
- "8.1"
253
- "8.2"
254
+ - "8.3"
255
256
dependencies:
257
- "lowest"
0 commit comments