Skip to content

Commit 4fc3273

Browse files
committed
Add php 8 to matrix
1 parent 958c4ed commit 4fc3273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- { os: ubuntu-latest, php: 7.4, mongodb: '4.0', experimental: false}
2727
- { os: ubuntu-latest, php: 7.4, mongodb: 4.2, experimental: false}
2828
- { os: ubuntu-latest, php: 7.4, mongodb: 4.4, experimental: false}
29+
- { os: ubuntu-latest, php: 8.0, mongodb: 4.4, experimental: false}
2930
services:
3031
mongo:
3132
image: mongo:${{ matrix.mongodb }}

0 commit comments

Comments
 (0)