Skip to content

Commit f1ca0e1

Browse files
authored
Github action 20.04 runner EOL (#19)
* Github action 20.04 runner EOL * Require 'logger'
1 parent adcd31e commit f1ca0e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
test:
1616
name: Test
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
strategy:
1919
fail-fast: false
2020
matrix:

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
22
$LOAD_PATH.unshift(File.dirname(__FILE__))
33

4+
require 'logger'
45
require 'active_support/all'
56
require 'action_controller'
67
require 'action_dispatch'

0 commit comments

Comments
 (0)