Skip to content

Commit de430aa

Browse files
committed
Update GitHub CI
1 parent d8d4331 commit de430aa

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: ["master"]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: ["master"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
script: [ "3.2", "3.3", "3.4", "stable" ]
20-
platform: [ "debian", "ubuntu" ]
19+
script: ["3.2", "3.3", "3.4", "4.0", "stable"]
20+
platform: ["debian", "ubuntu"]
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: ruby/setup-ruby@v1
24-
with:
25-
ruby-version: ruby # latest stable release
26-
- name: Install test dependencies
27-
run: gem install --no-doc test-kitchen kitchen-docker
28-
- name: Run Test Kitchen
29-
run: env KITCHEN_PLATFORM=${{ matrix.platform }} KITCHEN_SCRIPT=${{ matrix.script }} kitchen test
22+
- uses: actions/checkout@v6
23+
- uses: ruby/setup-ruby@v1
24+
with:
25+
ruby-version: ruby # latest stable release
26+
- name: Install test dependencies
27+
run: gem install --no-doc test-kitchen kitchen-docker
28+
- name: Run Test Kitchen
29+
run: env KITCHEN_PLATFORM=${{ matrix.platform }} KITCHEN_SCRIPT=${{ matrix.script }} kitchen test

0 commit comments

Comments
 (0)