Skip to content

Commit 9686de4

Browse files
committed
Release 7.7.20 - See CHANGELOG.md
1 parent 82404da commit 9686de4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ jobs:
509509
php81_alpine:
510510
env:
511511
DISTRO: "alpine"
512-
DISTRO_VARIANT: "3.19"
512+
DISTRO_VARIANT: "3.18"
513513
PHP_BASE: 8.1
514514
build_file: Dockerfile
515515
runs-on: ubuntu-latest

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
php81_alpine:
262262
env:
263263
DISTRO: "alpine"
264-
DISTRO_VARIANT: "3.19"
264+
DISTRO_VARIANT: "3.18"
265265
PHP_BASE: 8.1
266266
build_file: Dockerfile
267267
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.20 2025-08-16 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Change php8.1-alpine to use alpine 3.18 base with prebuilt images
5+
6+
17
## 7.7.19 2025-04-27 <dave at tiredofit dot ca>
28

39
### Added

0 commit comments

Comments
 (0)