mirror of
				https://github.com/sinatra/sinatra
				synced 2023-03-27 23:18:01 -04:00 
			
		
		
		
	CI: let's roll tests with JRuby
This commit is contained in:
		
							parent
							
								
									d5b65321f0
								
							
						
					
					
						commit
						ba2b263cc6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ jobs:
 | 
			
		|||
      matrix:
 | 
			
		||||
        # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
 | 
			
		||||
        # TODO: Add jruby if something like allow_failures will be implemented on Actions.
 | 
			
		||||
        ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0']
 | 
			
		||||
        ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3']
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - uses: ruby/setup-ruby@v1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue