Skip to content

Commit fce8222

Browse files
committed
fix broken spec
1 parent fc3c7ee commit fce8222

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/spec.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
spec:
1414
strategy:
1515
matrix:
16-
os: ['ubuntu-20.04', 'ubuntu-22.04']
16+
os: ['ubuntu-22.04', 'ubuntu-24.04']
1717
ruby-version: ['3.1', '3.2', '3.3']
18-
include:
19-
- os: 'ubuntu-20.04'
20-
ruby-version: '3.0'
2118
runs-on: ${{ matrix.os }}
22-
2319
steps:
2420
- uses: actions/checkout@v3
2521
- name: Set up Ruby

spec/openid_connect/discovery/provider/config/resource_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
describe '#endpoint' do
1010
context 'when invalid host' do
1111
before do
12-
resource.host = 'hoge*hoge'
12+
resource.host = 'invalid:host'
1313
end
1414

1515
it do

0 commit comments

Comments
 (0)