Skip to content

Commit 1a7ee55

Browse files
committed
Fix github actions
1 parent 387854b commit 1a7ee55

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
15+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Install dependencies
2020
run: sudo apt-get update -qq && sudo apt-get install libpcap-dev -qq
2121
- name: Set up Ruby

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)