mirror of
				https://gitea.com/actions/setup-java.git
				synced 2025-10-29 07:47:09 +00:00 
			
		
		
		
	dragonwell fix
This commit is contained in:
		
							
								
								
									
										98
									
								
								.github/workflows/e2e-versions.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										98
									
								
								.github/workflows/e2e-versions.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,55 +14,55 @@ on: | |||||||
|     - cron: '0 */12 * * *' |     - cron: '0 */12 * * *' | ||||||
|   workflow_dispatch: |   workflow_dispatch: | ||||||
| jobs: | jobs: | ||||||
|    setup-java-major-versions: |   setup-java-major-versions: | ||||||
|    name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }} |     name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }} | ||||||
|    runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
|    strategy: |     strategy: | ||||||
|     fail-fast: false |       fail-fast: false | ||||||
|     matrix: |       matrix: | ||||||
|       os: [macos-13, windows-latest, ubuntu-latest] |         os: [macos-13, windows-latest, ubuntu-latest] | ||||||
|       distribution: [ |         distribution: [ | ||||||
|           'temurin', |             'temurin', | ||||||
|           'adopt', |             'adopt', | ||||||
|           'adopt-openj9', |             'adopt-openj9', | ||||||
|           'zulu', |             'zulu', | ||||||
|           'liberica', |             'liberica', | ||||||
|           'microsoft', |             'microsoft', | ||||||
|           'semeru', |             'semeru', | ||||||
|           'corretto', |             'corretto', | ||||||
|           'dragonwell' |             'dragonwell' | ||||||
|         ] # internally 'adopt-hotspot' is the same as 'adopt' |           ] # internally 'adopt-hotspot' is the same as 'adopt' | ||||||
|       version: ['8', '11.0', '17.0.7+7'] |         version: ['8', '11.0', '17.0.7+7'] | ||||||
|       exclude: |         exclude: | ||||||
|         - distribution: microsoft |           - distribution: microsoft | ||||||
|           version: 8 |             version: 8 | ||||||
|         - distribution: dragonwell |           - distribution: dragonwell | ||||||
|           os: macos-latest |             os: macos-latest | ||||||
|       include: |         include: | ||||||
|         - distribution: oracle |           - distribution: oracle | ||||||
|           os: macos-latest |             os: macos-latest | ||||||
|           version: '17.0.7' |             version: '17.0.7' | ||||||
|         - distribution: oracle |           - distribution: oracle | ||||||
|           os: windows-latest |             os: windows-latest | ||||||
|           version: '20' |             version: '20' | ||||||
|         - distribution: oracle |           - distribution: oracle | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '20' |             version: '20' | ||||||
|         - distribution: dragonwell |           - distribution: dragonwell | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '11.0' |             version: '11.0' | ||||||
|         - distribution: dragonwell |           - distribution: dragonwell | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '11.0.13+9' |             version: '11.0.13+9' | ||||||
|         - distribution: sapmachine |           - distribution: sapmachine | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '17.0.7' |             version: '17.0.7' | ||||||
|         - distribution: jetbrains |           - distribution: jetbrains | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '11.0.11' |             version: '11.0.11' | ||||||
|         - distribution: jetbrains |           - distribution: jetbrains | ||||||
|           os: ubuntu-latest |             os: ubuntu-latest | ||||||
|           version: '17.0.7' |             version: '17.0.7' | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aparna Jyothi
					Aparna Jyothi