Skip to content

Commit

Permalink
Change the latest PHP to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 17, 2020
1 parent dcd1d3c commit 1b82600
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
php: [ '5.2', '5.3', '5.4', '5.5', '5.6.20', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
php: [ '5.2', '5.3', '5.4', '5.5', '5.6.20', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

env:
PHP_VERSION: ${{ matrix.php }}
PHP_LATEST: '7.4'
PHP_LATEST: '8.0'

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// The latest stable version of PHP that is supported in WordPress trunk.
$latest = '7.4';
$latest = '8.0';

/**
* An array of all PHP versions that we need to generate images for, and their config settings.
Expand Down

0 comments on commit 1b82600

Please sign in to comment.