File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 sqlite3 :
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-22 .04
1010 strategy :
1111 fail-fast : false
1212 matrix :
2727 run : bundle exec rspec
2828
2929 mysql :
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-22 .04
3131 strategy :
3232 fail-fast : false
3333 matrix :
5757 run : bundle exec rspec
5858
5959 postgres :
60- runs-on : ubuntu-20 .04
60+ runs-on : ubuntu-22 .04
6161 strategy :
6262 fail-fast : false
6363 matrix :
Original file line number Diff line number Diff line change 99 deploy :
1010 name : Deploy to GitHub Pages
1111
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313
1414 steps :
1515 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-22 .04
1010
1111 steps :
1212 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99 test-deploy :
1010 name : Test deploy to GitHub Pages
1111
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313
1414 steps :
1515 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88
99jobs :
1010 sqlite3 :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 strategy :
1313 fail-fast : false
1414 matrix :
1818 - v6.1.6
1919 ruby :
2020 - 3.2.2
21- - 3.1.2
22- - 3.0.4
21+ - 3.1.4
22+ - 3.0.6
2323 env :
2424 DB : sqlite3
2525 RAILS : ${{ matrix.rails }}
3434 run : bundle exec rspec
3535
3636 mysql :
37- runs-on : ubuntu-20 .04
37+ runs-on : ubuntu-22 .04
3838 strategy :
3939 fail-fast : false
4040 matrix :
4444 - v6.1.6
4545 ruby :
4646 - 3.2.2
47- - 3.1.2
48- - 3.0.4
47+ - 3.1.4
48+ - 3.0.6
4949 env :
5050 DB : mysql
5151 RAILS : ${{ matrix.rails }}
6969 run : bundle exec rspec
7070
7171 postgres :
72- runs-on : ubuntu-20 .04
72+ runs-on : ubuntu-22 .04
7373 strategy :
7474 fail-fast : false
7575 matrix :
7979 - v6.1.6
8080 ruby :
8181 - 3.2.2
82- - 3.1.2
83- - 3.0.4
82+ - 3.1.4
83+ - 3.0.6
8484 env :
8585 DB : postgres
8686 RAILS : ${{ matrix.rails }}
@@ -116,13 +116,13 @@ jobs:
116116 run : bundle exec rspec
117117
118118 bug-report-templates :
119- runs-on : ubuntu-20 .04
119+ runs-on : ubuntu-22 .04
120120 steps :
121121 - uses : actions/checkout@v2
122122 - name : Set up Ruby
123123 uses : ruby/setup-ruby@v1
124124 with :
125- ruby-version : 3.1 .2
125+ ruby-version : 3.2 .2
126126 bundler-cache : true
127127 - name : Run bug report templates
128128 run : |
You can’t perform that action at this time.
0 commit comments