We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3c7ee commit fce8222Copy full SHA for fce8222
.github/workflows/spec.yml
@@ -13,13 +13,9 @@ jobs:
13
spec:
14
strategy:
15
matrix:
16
- os: ['ubuntu-20.04', 'ubuntu-22.04']
+ os: ['ubuntu-22.04', 'ubuntu-24.04']
17
ruby-version: ['3.1', '3.2', '3.3']
18
- include:
19
- - os: 'ubuntu-20.04'
20
- ruby-version: '3.0'
21
runs-on: ${{ matrix.os }}
22
-
23
steps:
24
- uses: actions/checkout@v3
25
- name: Set up Ruby
spec/openid_connect/discovery/provider/config/resource_spec.rb
@@ -9,7 +9,7 @@
9
describe '#endpoint' do
10
context 'when invalid host' do
11
before do
12
- resource.host = 'hoge*hoge'
+ resource.host = 'invalid:host'
end
it do
0 commit comments