Skip to content

Commit 03c8f18

Browse files
committed
Match release names and numbers in php_spec.rb
1 parent 3fff7d8 commit 03c8f18

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
@@ -77,7 +77,7 @@
7777
}
7878
end
7979
when '16.04'
80-
context 'on stretch' do
80+
context 'on xenial' do
8181
let :params do
8282
{ content: 'somecontent' }
8383
end
@@ -90,7 +90,7 @@
9090
end
9191

9292
when '18.04'
93-
context 'on stretch' do
93+
context 'on bionic' do
9494
let :params do
9595
{ content: 'somecontent' }
9696
end

0 commit comments

Comments
 (0)