Skip to content

Commit a488b4d

Browse files
authored
CI changes: run on push, drop Ruby 2.5 (#500)
Ruby 2.5 has been failing on CI since #499 and is no longer supported.
2 parents c8e58c3 + 53f2eac commit a488b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Build + Test
2-
on: [pull_request]
2+
on: [pull_request, push]
33

44
jobs:
55
build:
66
name: Build + Test
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1' ]
10+
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)