Skip to content

Commit af27867

Browse files
committed
test with ruby 4
1 parent 5be2890 commit af27867

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
strategy:
13-
matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
13+
matrix: { ruby: ['3.2', '3.3', '3.4', '4.0'] }
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install OS dependencies
2020
run: sudo apt-get -y install libyaml-dev

0 commit comments

Comments
 (0)