Skip to content

Commit

Permalink
Merge pull request #6 from brefphp/mnapoli-patch-1
Browse files Browse the repository at this point in the history
Add PHP 8.4
  • Loading branch information
mnapoli authored Jul 10, 2024
2 parents e2e4487 + 36a46f1 commit 0235040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const {regions} = require('./regions');
const chunk = require('chunk');

const layerNames = [
'php-84',
'php-84-fpm',
'php-83',
'php-83-fpm',
'php-82',
Expand All @@ -12,6 +14,8 @@ const layerNames = [
'php-81-fpm',
'php-80',
'php-80-fpm',
'arm-php-84',
'arm-php-84-fpm',
'arm-php-83',
'arm-php-83-fpm',
'arm-php-82',
Expand Down
4 changes: 4 additions & 0 deletions test/layers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ describe('layers', () => {

test('layerVersions', () => {
expect(layerVersions).to.have.keys([
"php-84",
"php-84-fpm",
"php-83",
"php-83-fpm",
"php-82",
Expand All @@ -15,6 +17,8 @@ describe('layers', () => {
"php-81-fpm",
"php-80",
"php-80-fpm",
"arm-php-84",
"arm-php-84-fpm",
"arm-php-83",
"arm-php-83-fpm",
"arm-php-82",
Expand Down

0 comments on commit 0235040

Please sign in to comment.