Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Jun 12, 2024
1 parent e52ee3e commit 34ec805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/drupal/tests/php82.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ commandTests:
- name: 'Alpine version'
command: cat
args: ['/etc/alpine-release']
expectedOutput: ['3.19.*']
expectedOutput: ['3.20.*']
2 changes: 1 addition & 1 deletion openshift/drupal/tests/php83.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ commandTests:
- name: 'Alpine version'
command: cat
args: ['/etc/alpine-release']
expectedOutput: ['3.19.*']
expectedOutput: ['3.20.*']

0 comments on commit 34ec805

Please sign in to comment.