Skip to content

Commit

Permalink
PHP 8.3.0 (RC)
Browse files Browse the repository at this point in the history
- PHP imagick extension not yet supported
  • Loading branch information
lmakarov committed Nov 24, 2023
1 parent 49946f7 commit 8b53378
Show file tree
Hide file tree
Showing 24 changed files with 1,163 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
platform: linux/amd64
arch: amd64
version: '8.2'
-
platform: linux/amd64
arch: amd64
version: '8.3'
-
platform: linux/arm64
arch: arm64
Expand All @@ -47,6 +51,10 @@ jobs:
platform: linux/arm64
arch: arm64
version: '8.2'
-
platform: linux/arm64
arch: arm64
version: '8.3'

env:
ARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -120,6 +128,10 @@ jobs:
platform: linux/amd64
arch: amd64
version: '8.2'
-
platform: linux/amd64
arch: amd64
version: '8.3'
-
platform: linux/arm64
arch: arm64
Expand All @@ -128,6 +140,10 @@ jobs:
platform: linux/arm64
arch: arm64
version: '8.2'
-
platform: linux/arm64
arch: arm64
version: '8.3'

env:
ARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -203,6 +219,7 @@ jobs:
version:
- '8.1'
- '8.2'
- '8.3'

env:
VERSION_PREFIX: php
Expand Down
4 changes: 4 additions & 0 deletions 8.3/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tests
.dockerignore
Dockerfile
Makefile
Loading

0 comments on commit 8b53378

Please sign in to comment.