1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Actions - add timeout for bundle install, Ruby 2.2 RubyGems 2.7.10 -> 2.7.11

This commit is contained in:
MSP-Greg 2021-03-15 23:05:57 -05:00
parent 5e6e0737fc
commit af94b78320
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18
2 changed files with 3 additions and 1 deletions

View file

@ -41,11 +41,12 @@ jobs:
mingw: _upgrade_ openssl ragel
- name: bundle install
timeout-minutes: 5
shell: pwsh
run: |
# update RubyGems in Ruby 2.2, bundle install
if ('${{ matrix.ruby }}' -lt '2.3') {
gem update --system 2.7.10 --no-document
gem update --system 2.7.11 --no-document
}
bundle install --jobs 4 --retry 3

View file

@ -41,6 +41,7 @@ jobs:
echo JAVA_HOME=$JAVA_HOME_11_X64 >> $GITHUB_ENV
- name: bundle install
timeout-minutes: 5
run: bundle install --jobs 4 --retry 3
- name: set SSL