Skip to content

Commit 2924010

Browse files
committed
[CI] Updates GitHub Actions
1 parent 9ff17fd commit 2924010

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/8.x.yml renamed to .github/workflows/8.18.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 8x
1+
name: 8.18
22
on:
33
push:
44
branches:
5-
- 8.x
5+
- 8.18
66
pull_request:
77
branches:
8-
- 8.x
8+
- 8.18
99
jobs:
1010
test-main:
1111
env:
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)