File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 BUNDLE_PATH_RELATIVE_TO_CWD : true
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040
4141 - name : Set up Ruby
4242 uses : ruby/setup-ruby@v1
9292 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
9393
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v6
9696
9797 - name : Set up Ruby
9898 uses : ruby/setup-ruby@v1
@@ -127,7 +127,6 @@ jobs:
127127 - rails_main
128128 exclude :
129129 # sqlite3 ~> 1.7 is not compatible with Ruby 3.4+
130- ruby : ' 3.4'
131130 - gemfile : rails_7_0
132131 ruby : ' 3.4'
133132 - gemfile : rails_7_1
@@ -141,15 +140,15 @@ jobs:
141140
142141 services :
143142 postgres :
144- image : postgres:16
143+ image : postgres:18
145144 env :
146145 POSTGRES_USER : postgres
147146 POSTGRES_PASSWORD : password
148147 POSTGRES_DB : test
149148 ports : ['5432:5432']
150149
151150 steps :
152- - uses : actions/checkout@v4
151+ - uses : actions/checkout@v6
153152
154153 - name : Set up Ruby
155154 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments