Skip to content

Commit 012ce45

Browse files
committed
Match release names and numbers in php_spec.rb
1 parent ef1afcb commit 012ce45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/mod/php_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101
end
102102
when '16.04'
103-
context 'on stretch' do
103+
context 'on xenial' do
104104
let :params do
105105
{ content: 'somecontent' }
106106
end
@@ -113,7 +113,7 @@
113113
end
114114

115115
when '18.04'
116-
context 'on stretch' do
116+
context 'on bionic' do
117117
let :params do
118118
{ content: 'somecontent' }
119119
end

0 commit comments

Comments
 (0)