We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be2890 commit af27867Copy full SHA for af27867
1 file changed
.github/workflows/test.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
12
strategy:
13
- matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
+ matrix: { ruby: ['3.2', '3.3', '3.4', '4.0'] }
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Install OS dependencies
20
run: sudo apt-get -y install libyaml-dev
0 commit comments