Skip to content

Commit 207bd73

Browse files
committed
Add ruby 3.4 and also run apt-get update to try and work around "apt-get install ..." failing sometimes unpredictably?
1 parent 7ef007e commit 207bd73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
ruby-version: ['2.7', '3.0', '3.1']
13+
ruby-version: ['2.7', '3.0', '3.1', '3.4']
1414
steps:
1515
- run: |
16+
sudo apt-get update
1617
sudo apt install -y libarchive-tools lintian cpanminus
1718
- uses: actions/checkout@v3
1819
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)