mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-03 22:01:36 +01:00 
			
		
		
		
	* Fixed use of `rand()` without a parameter in math function (for v3.1) Fixes #794 * Add change in regex for PRCE (PHP < 7.3) * Add unit tests and correctly set PHP supported versions * Drop PHP5.2 from CI workflows because it cannot be build anymore * Fix CI workflow for PHP7.2 and up * re-add compose packages cache with specific key * Exclude unit test files from git export * prevent double CI workflows in PRs
		
			
				
	
	
		
			11 lines
		
	
	
		
			341 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			341 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
# Runs tests for all supported PHP versions >= PHP 5.4.
 | 
						|
# Cannot get 5.2 and 5.3 to run in docker anymore
 | 
						|
 | 
						|
docker-compose run php54 && \
 | 
						|
docker-compose run php55 && \
 | 
						|
docker-compose run php56 && \
 | 
						|
docker-compose run php70 && \
 | 
						|
docker-compose run php71 && \
 | 
						|
docker-compose run php72 && \
 | 
						|
docker-compose run php73 && \
 | 
						|
docker-compose run php74 |