Skip to content

Commit bc1d550

Browse files
committed
Update testFixedBundlerVersionForOldRuby to 2.3 since 2.2 is known to be broken with recent C compilers
* See #496
1 parent bcde69c commit bc1d550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
- uses: actions/checkout@v4
292292
- uses: ./
293293
with:
294-
ruby-version: '2.2'
294+
ruby-version: '2.3'
295295
bundler: 1.16.6
296296
- run: bundle --version | grep -F "1.16.6" # And not 1.17.x from ~> 1
297297

0 commit comments

Comments
 (0)