mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Set minimum GCC version to 6 (#1820)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,12 +33,6 @@ jobs: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         include: | ||||
|           - gcc: "4.4" | ||||
|           - gcc: "4.6" | ||||
|           - gcc: "4.7" | ||||
|           - gcc: "4.8" | ||||
|           - gcc: "4.9" | ||||
|           - gcc: "5" | ||||
|           - gcc: "6" | ||||
|           - gcc: "7" | ||||
|             cxxflags: -fsanitize=leak -fno-sanitize-recover=all | ||||
| @@ -53,8 +47,6 @@ jobs: | ||||
|       - name: Install | ||||
|         run: | | ||||
|           sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 3B4FE6ACC0B21F32 | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty main universe' | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial main universe' | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main universe' | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ focal main universe' | ||||
|           sudo apt-get update | ||||
|   | ||||
		Reference in New Issue
	
	Block a user