Skip to content

Commit 7dfe95d

Browse files
committed
Use most recent PHP versions
1 parent 85a1b9d commit 7dfe95d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docker-hub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
include:
1313
- { php: "7.1.33", os: "3.10" }
1414
- { php: "7.2.34", os: "3.12" }
15-
- { php: "7.3.28", os: "3.12" } # Current = 7.3.29/3.14
16-
- { php: "7.4.20", os: "3.12" } # Current = 7.4.22/3.14
17-
- { php: "8.0.7", os: "3.12" } # Current = 8.0.9/3.14
15+
- { php: "7.3.29", os: "3.14" }
16+
- { php: "7.4.22", os: "3.14" }
17+
- { php: "8.0.9", os: "3.14" }
1818

1919
steps:
2020
# Use metadata action to get `major.minor` PHP version

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Also note that although you *can* just specify a PHP version, major releases of
311311

312312
### Major Versions
313313

314-
* 3.x - Alpine 3.12, Composer 2, PHP 7.1 through 8.0, dropped prestissimo from default `GLOBAL_REQUIRE`, added `--optimize-autoloader` to default `COMPOSER_OPTIONS`
314+
* 3.x - Alpine 3.10-3.14, Composer 2, PHP 7.1 through 8.0, dropped prestissimo from default `GLOBAL_REQUIRE`, added `--optimize-autoloader` to default `COMPOSER_OPTIONS`
315315
* 2.x - Alpine 3.9, Composer 1, PHP 7.1 through 7.3, build extensions using [mlocati/docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer)
316316
* 1.4.x - Alpine 3.9, Composer 1, PHP 7.1 and 7.2, image based on Docker php-fpm-alpine, scripted extension builds
317317
* 1.3.x and older - Alpine 3.6, PHP 7.1 only, implemented as an overlay on the nginx-php-fpm image
@@ -320,9 +320,9 @@ Also note that although you *can* just specify a PHP version, major releases of
320320

321321
| Tags | PHP | nginx | mod lua | alpine | Notes |
322322
| ------------- | ------ | ------ | ------- | ------ | ----- |
323-
| 8.0-3.0.x | 8.0.7 | 1.18.0 | 0.10.15 | 3.12 |Composer 2|
324-
| 7.4-3.0.x | 7.4.20 | 1.18.0 | 0.10.15 | 3.12 ||
325-
| 7.3-3.0.x | 7.3.28 | 1.18.0 | 0.10.15 | 3.12 ||
323+
| 8.0-3.0.x | 8.0.9 | 1.20.1 | 0.10.19 | 3.14 |Composer 2|
324+
| 7.4-3.0.x | 7.4.22 | 1.20.1 | 0.10.19 | 3.14 ||
325+
| 7.3-3.0.x | 7.3.29 | 1.20.1 | 0.10.19 | 3.14 ||
326326
| 7.2-3.0.x | 7.2.34 | 1.18.0 | 0.10.15 | 3.12 ||
327327
| 7.1-3.0.x | 7.1.33 | 1.16.1 | 0.10.15 | 3.10 ||
328328
| | | | | |   |

0 commit comments

Comments
 (0)