diff --git a/scripts/update.js b/scripts/update.js index f84a37d..5c70660 100644 --- a/scripts/update.js +++ b/scripts/update.js @@ -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', @@ -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', diff --git a/test/layers.test.js b/test/layers.test.js index 8a08fb8..d0c6b33 100644 --- a/test/layers.test.js +++ b/test/layers.test.js @@ -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", @@ -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",