Updating the PostgreSQL version
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,13 +1,16 @@
 | 
				
			|||||||
language: php
 | 
					language: php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					os: "linux"
 | 
				
			||||||
 | 
					php: 7.2
 | 
				
			||||||
sudo: false
 | 
					sudo: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
os: "linux"
 | 
					addons:
 | 
				
			||||||
 | 
					  postgresql: "10"
 | 
				
			||||||
php: 7.2
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
 | 
					  - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
 | 
				
			||||||
  - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
 | 
					  - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
 | 
				
			||||||
 | 
					  - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
 | 
				
			||||||
  - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
 | 
					  - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user