Skip to content

Commit 2541aff

Browse files
committed
Fix Sqlite for php8.3
1 parent a6ea04a commit 2541aff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
builder: ${{ steps.buildx.outputs.name }}
8888
context: ./src
8989
file: ./src/Dockerfile
90-
build-args: CLI_VERSION=php${{ matrix.version }}
90+
build-args:
91+
- CLI_VERSION=php${{ matrix.version }}
92+
- INSTALL_SQLITE=${{ matrix.version == "8.3" }}
9193
platforms: linux/amd64,linux/arm64
9294
push: ${{ github.event_name != 'pull_request' }}
9395
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)