Skip to content

Commit 5fb19a2

Browse files
committed
Update supported version check
1 parent 0e2fa88 commit 5fb19a2

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
@@ -39,7 +39,7 @@
3939
title 'Use stable postgresql version'
4040
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.'
4141
describe command('psql -V') do
42-
its('stdout') { should match /^psql\s\(PostgreSQL\)\s(12|13|14|15|16).*/ }
42+
its('stdout') { should match /^psql\s\(PostgreSQL\)\s(13|14|15|16|17).*/ }
4343
end
4444
describe command('psql -V') do
4545
its('stdout') { should_not match /RC/ }

0 commit comments

Comments
 (0)