Skip to content

Commit efb0a84

Browse files
committed
* Stop testing against EOL Ruby versions
causes CI failure on GH Action too
1 parent 06173e9 commit efb0a84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ on:
1515
jobs:
1616
unit_tests:
1717
name: Unit Tests
18-
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
18+
# Homemade support for [ci skip] no longer needed
19+
# https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
20+
# if: "contains(github.event.commits[0].message, '[ci skip]') == false"
1921
strategy:
2022
fail-fast: false
2123
matrix:
2224
os:
2325
- ubuntu
2426
ruby:
25-
- 2.4
2627
- 2.5
2728
- 2.6
2829
- 2.7

0 commit comments

Comments
 (0)