Skip to content

Commit 9c20a72

Browse files
committed
Fix boot up rails tests, use Postgres 11 since rails test schema has incompatible code to postgres 10
ActiveRecord::JDBCError: org.postgresql.util.PSQLException: ERROR: syntax error at or near "FUNCTION" Position: 140 execute at arjdbc/jdbc/RubyJdbcConnection.java:775
1 parent a465a4c commit 9c20a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
services:
8686
postgres:
87-
image: postgres:10
87+
image: postgres:11
8888
env:
8989
POSTGRES_PASSWORD: postgres
9090
POSTGRES_HOST_AUTH_METHOD: trust
@@ -211,7 +211,7 @@ jobs:
211211

212212
services:
213213
postgres:
214-
image: postgres:10
214+
image: postgres:11
215215
env:
216216
POSTGRES_PASSWORD: postgres
217217
POSTGRES_HOST_AUTH_METHOD: trust

0 commit comments

Comments
 (0)