Skip to content

Commit eb7aead

Browse files
committed
Fix #52: Update supported versions
Signed-off-by: Mahdi Fooladgar <[email protected]>
1 parent c2b268c commit eb7aead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/postgres_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
title 'Use stable postgresql version'
5151
desc 'Use only community or commercially supported version of the PostgreSQL software (https://www.postgresql.org/support/versioning/). Do not use RC, DEVEL or BETA versions in a production environment.'
5252
describe command('psql -V') do
53-
its('stdout') { should match /^psql\s\(PostgreSQL\)\s(9.6|10|11|12|13).*/ }
53+
its('stdout') { should match /^psql\s\(PostgreSQL\)\s(12|13|14|15|16).*/ }
5454
end
5555
describe command('psql -V') do
5656
its('stdout') { should_not match /RC/ }

0 commit comments

Comments
 (0)