File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 44 version :
55 description : " PHP version to build for"
66 required : true
7+ configureOpts :
8+ description : " Extra options to use for the call to ./configure"
9+ default : " "
10+
711runs :
812 using : composite
913 steps :
1721 - name : " Configure driver"
1822 run : .github/workflows/configure.sh
1923 shell : bash
24+ env :
25+ CONFIGURE_OPTS : ${{ inputs.configureOpts }}
2026
2127 - name : " Build driver"
2228 run : " make all"
Original file line number Diff line number Diff line change 2121 uses : ./.github/actions/linux/build-libmongoc
2222 with :
2323 version : 2.0.1
24+
25+ - name : " Build Driver"
26+ id : build-driver
27+ uses : ./.github/actions/linux/build
28+ with :
29+ version : " 8.4"
30+ configureOpts : " --with-mongodb-system-libs=yes"
31+
32+ - name : " Check driver version"
33+ shell : bash
34+ run : |
35+ php --ri mongodb
You can’t perform that action at this time.
0 commit comments