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 958c4ed commit 4fc3273Copy full SHA for 4fc3273
.github/workflows/build-ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- { os: ubuntu-latest, php: 7.4, mongodb: '4.0', experimental: false}
27
- { os: ubuntu-latest, php: 7.4, mongodb: 4.2, experimental: false}
28
- { os: ubuntu-latest, php: 7.4, mongodb: 4.4, experimental: false}
29
+ - { os: ubuntu-latest, php: 8.0, mongodb: 4.4, experimental: false}
30
services:
31
mongo:
32
image: mongo:${{ matrix.mongodb }}
0 commit comments