Merge pull request #184 from github/dependabot/github_actions/ruby/se… #265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: "GitHub Pages Health Check Tests" | |
permissions: | |
contents: read | |
jobs: | |
build: | |
name: "GitHub Pages Health Check Tests" | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
ruby: | |
- '3.0' | |
- '3.1' | |
- '3.2' | |
steps: | |
- uses: actions/checkout@master | |
- name: script/cibuild-docker | |
run: script/cibuild-docker | |
env: | |
RUBY_VERSION: ${{ matrix.ruby }} |