forked from minetest-mods/mesecons
		
	Add more versions to CI smoke test
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -10,11 +10,13 @@ jobs:
 | 
			
		||||
      matrix:
 | 
			
		||||
        cfg:
 | 
			
		||||
          - { image: 'registry.gitlab.com/minetest/minetest/server:5.0.1', mtg: false }
 | 
			
		||||
          - { image: 'ghcr.io/minetest/minetest:5.10.0', mtg: true }
 | 
			
		||||
          - { image: 'ghcr.io/minetest/minetest:5.9.0', mtg: true }
 | 
			
		||||
          - { image: 'ghcr.io/luanti-org/luanti:5.11.0', mtg: true }
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@main
 | 
			
		||||
 | 
			
		||||
    - uses: actions/checkout@main
 | 
			
		||||
    - name: Download Minetest Game
 | 
			
		||||
      uses: actions/checkout@main
 | 
			
		||||
      with:
 | 
			
		||||
        repository: 'minetest/minetest_game'
 | 
			
		||||
        path: ./.test/minetest_game
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user