Skip to content

Commit

Permalink
Fix Sqlite for php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-potter committed Dec 6, 2024
1 parent a6ea04a commit 2541aff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./src
file: ./src/Dockerfile
build-args: CLI_VERSION=php${{ matrix.version }}
build-args:
- CLI_VERSION=php${{ matrix.version }}
- INSTALL_SQLITE=${{ matrix.version == "8.3" }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 2541aff

Please sign in to comment.