Skip to content

Commit

Permalink
A wee bit of modernization.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent bac5cdb commit bf9bf9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
include:
# Default PHP version (8.1).
- distro: rockylinux8
# Default PHP version.
- distro: rockylinux9
playbook: converge.yml
- distro: centos7
playbook: converge.yml
Expand All @@ -51,20 +51,20 @@ jobs:
- distro: debian10
playbook: converge.yml

# PHP 8.0.
# PHP 8.1.
- distro: rockylinux8
playbook: 8.0.yml
- distro: ubuntu1804
playbook: 8.0.yml
playbook: 8.1.yml
- distro: ubuntu2004
playbook: 8.1.yml
- distro: debian10
playbook: 8.0.yml
playbook: 8.1.yml

# PHP 7.4.
- distro: rockylinux8
playbook: 7.4.yml
- distro: ubuntu1804
- distro: ubuntu2004
playbook: 7.4.yml
- distro: debian10
- distro: debian11
playbook: 7.4.yml

steps:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/8.0.yml → molecule/default/8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

vars:
php_enable_webserver: false
php_version: '8.0'
php_version: '8.1'

pre_tasks:
- name: Update apt cache.
Expand Down

0 comments on commit bf9bf9d

Please sign in to comment.