Skip to content

Commit e4bfd3e

Browse files
committed
Version 11.0.0: Upgraded to Ubuntu 24.04.
1 parent bfa8e57 commit e4bfd3e

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v11.0.0
2+
* **[2024-09-07 17:20:00 CDT]** [m] Added license and copyright clauses to files.
3+
* **[2024-09-07 17:20:24 CDT]** Added initial steps for creating a distroless PHP image. origin/v11.0
4+
* **[2024-09-07 18:55:07 CDT]** [major] Upgraded to Ubuntu 24.04 Noble Numbat.
5+
* **[2024-09-07 18:55:45 CDT]** Fixed a major reversion in web-debug by readding php-fpm.
6+
* **[2024-09-07 19:00:42 CDT]** Use a docker volume to store apt metadata.
7+
* **[2024-08-05 03:46:54 CDT]** Added support for PHP 8.4 Alpha 4.
8+
* **[2024-08-05 04:33:33 CDT]** Added a bash installation script to the composer package.
9+
10+
111
## v10.0.3
212
* **[2024-06-29 10:13:12 CDT]** [php-ci] Dynamically fetch and compute the supported PHP versions from the composer.json.
313
* **[2024-06-29 10:20:39 CDT]** [php-ci] Use phpunit's default config if there aren't version-specific xmls.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,21 @@ Ensure that your profile PATH includes `./vendor/bin` and that it takes priority
8989

9090
## Latest Changes
9191

92-
## v10.0.3
92+
#### v11.0.0
93+
* **[2024-09-07 18:55:07 CDT]** [major] Upgraded to Ubuntu 24.04 Noble Numbat.
94+
* **[2024-09-07 18:55:45 CDT]** Fixed a major reversion in web-debug by readding php-fpm.
95+
* **[2024-09-07 17:20:24 CDT]** Added initial steps for creating a distroless PHP image. origin/v11.0
96+
* **[2024-09-07 19:00:42 CDT]** Use a docker volume to store apt metadata.
97+
* **[2024-08-05 03:46:54 CDT]** Added support for PHP 8.4 Alpha 4.
98+
* **[2024-08-05 04:33:33 CDT]** Added a bash installation script to the composer package.
99+
100+
#### v10.0.3
93101
* **[2024-06-29 10:13:12 CDT]** [php-ci] Dynamically fetch and compute the supported PHP versions from the composer.json.
94102
* **[2024-06-29 10:20:39 CDT]** [php-ci] Use phpunit's default config if there aren't version-specific xmls.
95103
* **[2024-06-29 10:20:48 CDT]** [php-ci] Added support for PHPUnit v11.
96104
* **[2024-06-29 10:31:50 CDT]** Create a Packagist alias to phpexperts/dockerise for SEO.
97105

98-
### v10.0.2
106+
#### v10.0.2
99107
* **[2024-06-26 00:57:05 CDT]** Added my php-ci.sh script.
100108

101109
#### v10.0.0

0 commit comments

Comments
 (0)