Add Erlang 24 testing to GitHub Actions
This commit is contained in:
		
							parent
							
								
									e5101c2bfd
								
							
						
					
					
						commit
						687a7474be
					
				|  | @ -10,7 +10,7 @@ jobs: | |||
|     strategy: | ||||
|       matrix: | ||||
|         erlang_version: | ||||
|         - "23" | ||||
|         - "24" | ||||
|     timeout-minutes: 45 | ||||
|     steps: | ||||
|     - name: CHECKOUT REPOSITORY | ||||
|  |  | |||
|  | @ -8,6 +8,7 @@ jobs: | |||
|       matrix: | ||||
|         erlang_version: | ||||
|         - "23" | ||||
|         - "24" | ||||
|     timeout-minutes: 120 | ||||
|     steps: | ||||
|     - name: CHECKOUT REPOSITORY | ||||
|  | @ -61,6 +62,7 @@ jobs: | |||
|       matrix: | ||||
|         erlang_version: | ||||
|         - "23" | ||||
|         - "24" | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|     - name: CHECKOUT REPOSITORY | ||||
|  |  | |||
							
								
								
									
										13
									
								
								BUILD.bazel
								
								
								
								
							
							
						
						
									
										13
									
								
								BUILD.bazel
								
								
								
								
							|  | @ -29,6 +29,19 @@ platform( | |||
|     }, | ||||
| ) | ||||
| 
 | ||||
| platform( | ||||
|     name = "erlang_24_platform", | ||||
|     constraint_values = [ | ||||
|         "@platforms//os:linux", | ||||
|         "@platforms//cpu:x86_64", | ||||
|         "@bazel_tools//tools/cpp:clang", | ||||
|     ], | ||||
|     exec_properties = { | ||||
|         "OSFamily": "Linux", | ||||
|         "container-image": "docker://pivotalrabbitmq/rabbitmq-server-buildenv@sha256:09d379e889dedfa492736584721d74e580d35b31ee2b3f996320872d1f76505e", | ||||
|     }, | ||||
| ) | ||||
| 
 | ||||
| rabbitmq_home( | ||||
|     name = "broker-home", | ||||
|     plugins = [ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue