Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 #296

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
env:
IMAGE: docksal/cli
UPSTREAM_IMAGE: debian
LATEST_VERSION: '8.1'
LATEST_VERSION: '8.2'
DOCKSAL_VERSION: develop

jobs:
Expand All @@ -39,6 +39,10 @@ jobs:
platform: linux/amd64
arch: amd64
version: '8.1'
-
platform: linux/amd64
arch: amd64
version: '8.2'
-
platform: linux/arm64
arch: arm64
Expand All @@ -47,6 +51,10 @@ jobs:
platform: linux/arm64
arch: arm64
version: '8.1'
-
platform: linux/arm64
arch: arm64
version: '8.2'

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

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

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