File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## v10.0.3
2
12
* ** [ 2024-06-29 10:13:12 CDT] ** [ php-ci] Dynamically fetch and compute the supported PHP versions from the composer.json.
3
13
* ** [ 2024-06-29 10:20:39 CDT] ** [ php-ci] Use phpunit's default config if there aren't version-specific xmls.
Original file line number Diff line number Diff line change @@ -89,13 +89,21 @@ Ensure that your profile PATH includes `./vendor/bin` and that it takes priority
89
89
90
90
## Latest Changes
91
91
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
93
101
* ** [ 2024-06-29 10:13:12 CDT] ** [ php-ci] Dynamically fetch and compute the supported PHP versions from the composer.json.
94
102
* ** [ 2024-06-29 10:20:39 CDT] ** [ php-ci] Use phpunit's default config if there aren't version-specific xmls.
95
103
* ** [ 2024-06-29 10:20:48 CDT] ** [ php-ci] Added support for PHPUnit v11.
96
104
* ** [ 2024-06-29 10:31:50 CDT] ** Create a Packagist alias to phpexperts/dockerise for SEO.
97
105
98
- ### v10.0.2
106
+ #### v10.0.2
99
107
* ** [ 2024-06-26 00:57:05 CDT] ** Added my php-ci.sh script.
100
108
101
109
#### v10.0.0
You can’t perform that action at this time.
0 commit comments