Skip to content

Commit 519100e

Browse files
committed
CI updates.
1 parent a0f95ad commit 519100e

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-22.04]
11-
ruby: [3.1]
10+
os: [ubuntu-24.04]
11+
ruby: [3.4.1]
1212

1313
runs-on: ${{ matrix.os }}
1414

@@ -19,17 +19,11 @@ jobs:
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
22+
bundler-cache: true
2223

2324
- name: Install system dependencies
2425
run: sudo apt-get --yes install libidn11-dev
2526

26-
- uses: actions/cache@v1
27-
with:
28-
path: vendor/bundle
29-
key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
30-
restore-keys: |
31-
bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
32-
3327
- name: bundle install
3428
run: |
3529
bundle config path vendor/bundle

0 commit comments

Comments
 (0)