Skip to content

Commit 47a61b1

Browse files
committed
Update php versions
1 parent 4ffb579 commit 47a61b1

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
- Rebase to newer stability tag
4141
- New stability tag release
4242

43-
| Image | Upstream (base image) | Versions | Stability branch |
44-
|-----------------------|-----------------------|---------------------|------------------|
45-
| [wodby/adminer] | [wodby/php] | `8.1` | |
46-
| [wodby/drupal-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | `4.x` |
47-
| [wodby/drupal] | [wodby/drupal-php] | `8.3`, `8.2`, `8.1` | `4.x` |
48-
| [wodby/matomo] | [wodby/php] | `8.1` | |
49-
| [wodby/webgrind] | [wodby/php] | `8.1` | |
50-
| [wodby/wordpress-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | `4.x` |
51-
| [wodby/wordpress] | [wodby/wordpress-php] | `8.3`, `8.2`, `8.1` | `4.x` |
52-
| [wodby/xhprof] | [wodby/php] | `8.1` | |
53-
| [wodby/laravel-php] | [wodby/php] | `8.3`, `8.2`, `8.1` | |
43+
| Image | Upstream (base image) | Versions | Stability branch |
44+
|-----------------------|-----------------------|----------------------------|------------------|
45+
| [wodby/adminer] | [wodby/php] | `8.1` | |
46+
| [wodby/drupal-php] | [wodby/php] | `8.4`, `8.3`, `8.2`, `8.1` | `4.x` |
47+
| [wodby/drupal] | [wodby/drupal-php] | `8.4`, `8.3`, `8.2`, `8.1` | `4.x` |
48+
| [wodby/matomo] | [wodby/php] | `8.1` | |
49+
| [wodby/webgrind] | [wodby/php] | `8.1` | |
50+
| [wodby/wordpress-php] | [wodby/php] | `8.4`, `8.3`, `8.2`, `8.1` | `4.x` |
51+
| [wodby/wordpress] | [wodby/wordpress-php] | `8.4`, `8.3`, `8.2`, `8.1` | `4.x` |
52+
| [wodby/xhprof] | [wodby/php] | `8.1` | |
53+
| [wodby/laravel-php] | [wodby/php] | `8.4`, `8.3`, `8.2`, `8.1` | |
5454

5555
### Version updates from upstream other than base image
5656

stability-tags/drupal-php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
. ../update.sh
66

7-
rebuild_and_rebase "wodby/drupal-php" "8.3 8.2 8.1" "4.x"
7+
rebuild_and_rebase "wodby/drupal-php" "8.4 8.3 8.2 8.1" "4.x"

stability-tags/drupal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
. ../update.sh
66

7-
rebuild_and_rebase "wodby/drupal" "8.3 8.2 8.1" "4.x"
7+
rebuild_and_rebase "wodby/drupal" "8.4 8.3 8.2 8.1" "4.x"

stability-tags/laravel-php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
. ../update.sh
66

7-
rebuild_and_rebase "wodby/laravel-php" "8.3 8.2 8.1"
7+
rebuild_and_rebase "wodby/laravel-php" "8.4 8.3 8.2 8.1"

stability-tags/wordpress-php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
. ../update.sh
66

7-
rebuild_and_rebase "wodby/wordpress-php" "8.3 8.2 8.1" "4.x"
7+
rebuild_and_rebase "wodby/wordpress-php" "8.4 8.3 8.2 8.1" "4.x"

stability-tags/wordpress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
. ../update.sh
66

7-
rebuild_and_rebase "wodby/wordpress" "8.3 8.2 8.1" "4.x"
7+
rebuild_and_rebase "wodby/wordpress" "8.4 8.3 8.2 8.1" "4.x"

0 commit comments

Comments
 (0)