File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66  check :
7-     runs-on : ubuntu-latest  
7+     runs-on : ubuntu-24.04  
88
99    steps :
1010    - uses : actions/checkout@v2 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66  check :
7-     runs-on : ubuntu-latest  
7+     runs-on : ubuntu-24.04  
88
99    steps :
1010    - uses : actions/checkout@v2 
Original file line number Diff line number Diff line change @@ -4,35 +4,19 @@ on: [push, pull_request]
44
55jobs :
66  test :
7+     runs-on : ubuntu-24.04 
8+ 
79    strategy :
810      matrix :
911        include :
10-           - elixir : ' 1.7.4' 
11-             otp : ' 19.3' 
12-             runs-on : ubuntu-18.04 
13-           - elixir : ' 1.8.2' 
14-             otp : ' 20.3' 
15-             runs-on : ubuntu-latest 
16-           - elixir : ' 1.9.4' 
17-             otp : ' 20.3' 
18-             runs-on : ubuntu-latest 
19-           - elixir : ' 1.10.4' 
20-             otp : ' 21.3' 
21-             runs-on : ubuntu-latest 
2212          - elixir : ' 1.11.4' 
23-             otp : ' 22.3' 
24-             runs-on : ubuntu-latest 
13+             otp : ' 24.3' 
2514          - elixir : ' 1.12.3' 
26-             otp : ' 23.3' 
27-             runs-on : ubuntu-latest 
15+             otp : ' 24.3' 
2816          - elixir : ' 1.13.4' 
2917            otp : ' 24.3' 
30-             runs-on : ubuntu-latest 
3118          - elixir : ' 1.13.4' 
3219            otp : ' 25.0' 
33-             runs-on : ubuntu-latest 
34- 
35-     runs-on : ${{ matrix.runs-on }} 
3620
3721    env :
3822      MIX_ENV : test 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments