From 61f311529d2fdde07fe9b2d913d603e2f962ad2d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 8 Jan 2025 13:05:04 -0600 Subject: [PATCH] Update CI badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633754d..f4fea28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: PHP Versions -[![CI](https://github.com/geerlingguy/ansible-role-php-versions/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-php-versions/actions?query=workflow%3ACI) +[![CI](https://github.com/geerlingguy/ansible-role-php-versions/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-php-versions/actions/workflows/ci.yml) Allows different PHP versions to be installed when using the `geerlingguy.php` role (or a similar role). This role was originally built for [Drupal VM](https://www.drupalvm.com) but was released more generically so others could use an easier mechanism for switching PHP versions.