Skip to content

Commit

Permalink
fix broken spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Dec 8, 2024
1 parent fc3c7ee commit f1787de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ jobs:
spec:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
os: ['ubuntu-22.04', 'ubuntu-24.01']
ruby-version: ['3.1', '3.2', '3.3']
include:
- os: 'ubuntu-20.04'
ruby-version: '3.0'
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
describe '#endpoint' do
context 'when invalid host' do
before do
resource.host = 'hoge*hoge'
resource.host = 'invalid:host'
end

it do
Expand Down

0 comments on commit f1787de

Please sign in to comment.