Added databases for older versions
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -53,8 +53,10 @@ script:
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  include:
 | 
					  include:
 | 
				
			||||||
    - stage: test old
 | 
					    - stage: test old
 | 
				
			||||||
      env: MOODLE_BRANCH=MOODLE_33_STABLE
 | 
					 | 
				
			||||||
      php: 5.6
 | 
					      php: 5.6
 | 
				
			||||||
 | 
					      env:
 | 
				
			||||||
 | 
					        - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
 | 
				
			||||||
 | 
					        - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - stage: deploy
 | 
					    - stage: deploy
 | 
				
			||||||
      php: 7.2
 | 
					      php: 7.2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user