Skip to content

Commit f185ebe

Browse files
authored
Merge pull request #53 from professormahi/master
Fix #52: Update supported versions
2 parents c2b268c + eb7aead commit f185ebe

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)