Skip to content

Commit ffa8b67

Browse files
authored
1 parent 5261438 commit ffa8b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ jobs:
521521
- name: Install Ruby
522522
uses: ruby/setup-ruby@v1
523523
with:
524-
ruby-version: '2.6'
524+
ruby-version: '3.3'
525525
- name: Install fpm
526-
run: gem install --no-document fpm -v 1.11.0
526+
run: gem install --no-document fpm -v 1.15.1
527527
- name: Download Collector Binaries
528528
uses: actions/download-artifact@v3
529529
with:

0 commit comments

Comments
 (0)