File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
strategy :
38
38
matrix :
39
- version : ['8.3', '8.2', '8.1']
39
+ version : ['8.4', '8. 3', '8.2', '8.1']
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
72
72
- run : SPC_USE_ARCH=${{ inputs.operating-system }} ./bin/spc-alpine-docker download --with-php=${{ matrix.version }} --for-extensions=${{ env.extensions }} ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_PRE_BUILT }}
73
73
74
74
# Run build command
75
- - run : SPC_USE_ARCH=${{ inputs.operating-system }} ./bin/spc-alpine-docker build ${{ env.extensions }} -I "memory_limit=256M" -I "openssl.cafile=/etc/ssl/certs/ca-certificates.crt" -I "opcache.enable_cli=1" -I "opcache.jit_buffer_size=32M" -I "opcache.jit=tracing" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
75
+ - run : SPC_USE_ARCH=${{ inputs.operating-system }} ./bin/spc-alpine-docker build ${{ env.extensions }} -I "memory_limit=256M" -I "apc.enable_cli=1" -I "openssl.cafile=/etc/ssl/certs/ca-certificates.crt" -I "opcache.enable_cli=1" -I "opcache.jit_buffer_size=32M" -I "opcache.jit=tracing" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
76
76
77
77
# Pack PHP to archive
78
78
- run : mkdir dist2 && cp buildroot/bin/php dist2/ && cd dist2 && tar -zcvf "php-${{ matrix.version }}-linux-${{ inputs.operating-system }}.tar.gz" ./php && rm ./php
You can’t perform that action at this time.
0 commit comments