diff --git a/nginx.yaml b/nginx.yaml index f68f2b7..333f8a8 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -5,4 +5,5 @@ data: module: nginx profiles: 1.22: [common] + 1.24: [common] ... diff --git a/php.yaml b/php.yaml index f150dc7..cffb16a 100644 --- a/php.yaml +++ b/php.yaml @@ -5,4 +5,5 @@ data: module: php profiles: 8.1: [common] + 8.2: [common] ... diff --git a/postgresql.yaml b/postgresql.yaml index 780d414..e3cf106 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -5,4 +5,5 @@ data: module: postgresql profiles: 15: [server] + 16: [server] ... diff --git a/ruby.yaml b/ruby.yaml index 6523a74..0bfc7da 100644 --- a/ruby.yaml +++ b/ruby.yaml @@ -5,4 +5,5 @@ data: module: ruby profiles: 3.1: [common] + 3.3: [common] ...