Skip to content

Commit

Permalink
Compile with Ruby 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Dec 3, 2024
1 parent 8899d9c commit 7b948c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
ruby:
- 3.0.6
- 3.2.5

name: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
os:
- windows-2022
ruby:
- 3.0.6
- 3.2.5

name: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
working-directory: metasploit-omnibus
# Github actions with Ruby requires Bundler 2.2.18+
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
bundler: 2.2.33
bundler: 2.5.10

# If you need to build a custom version of pcaprub:
# - name: Checkout pcaprub
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.2.5

0 comments on commit 7b948c8

Please sign in to comment.