Skip to content

Commit d44dbe9

Browse files
authored
CI: add Ruby 4.0 and 3.4 to the test matrix (#36)
1 parent 9f77e61 commit d44dbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
11+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Install libexiv2-dev
1515
run: |
1616
sudo apt-get update --quiet

0 commit comments

Comments
 (0)