mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Do not add composer in docs workflow
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							@ -21,7 +21,8 @@ jobs:
 | 
			
		||||
      - name: Setup PHP
 | 
			
		||||
        uses: shivammathur/setup-php@v2
 | 
			
		||||
        with:
 | 
			
		||||
          php-version: ${{ matrix.php-versions }}
 | 
			
		||||
          php-version: ${{ matrix.php-versions
 | 
			
		||||
          tools: none
 | 
			
		||||
      - name: Create file with all extensions for Linux and macOS
 | 
			
		||||
        env:
 | 
			
		||||
          file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
 | 
			
		||||
@ -41,6 +42,7 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          php-version: ${{ matrix.php-versions }}
 | 
			
		||||
          extensions: none
 | 
			
		||||
          tools: none
 | 
			
		||||
      - name: Create final file for Linux and macOS
 | 
			
		||||
        env:
 | 
			
		||||
          file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user