Skip to content

Commit

Permalink
Verify on 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 26, 2021
1 parent 21339b4 commit 538b641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The default values for the variables are set in `defaults/main.yml`:
---
# defaults file for remi
remi_repository_selection: php74
remi_repository_selection: php81
```

## [Requirements](#requirements)
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
vars:
_remi_verify_package:
Fedora: php-gd
CentOS: &verify_package php74-php-gd
CentOS: &verify_package php81-php-gd
Rocky: *verify_package
remi_verify_package: "{{ _remi_verify_package[ansible_distribution] }}"

Expand All @@ -22,7 +22,7 @@
cmd: php --version
register: remi_version_of_php
failed_when:
- "'PHP 7.4' not in remi_version_of_php.stdout"
- "'PHP 8.1' not in remi_version_of_php.stdout"

- name: install a package from the remi repository
ansible.builtin.package:
Expand Down

0 comments on commit 538b641

Please sign in to comment.