Update main-ci.yml
php-fpm install ext
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							26f13f56f1
						
					
				
				
					commit
					1ea4bfbd18
				
			
							
								
								
									
										3
									
								
								.github/workflows/main-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/main-ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        php_version: ["7.2", "7.3", "7.4", "8.0"]
 | 
			
		||||
        service: [php-fpm, php-worker, workspace, laravel-horizon, 'nginx redis']
 | 
			
		||||
        service: [php-fpm, php-worker, workspace, laravel-horizon, 'nginx redis mysql mariadb percona minio mongo']
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - name: Build the Docker image
 | 
			
		||||
@@ -22,4 +22,5 @@ jobs:
 | 
			
		||||
        PHP_VERSION: ${{ matrix.php_version }}
 | 
			
		||||
      run: |
 | 
			
		||||
        cp env-example .env
 | 
			
		||||
        sed -i -- '201,272s/=false/=true/g' .env
 | 
			
		||||
        docker-compose build ${{ matrix.service }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user