Skip to content

Commit 1d2574a

Browse files
authored
Update some things to current best practices (#8)
1 parent 585b57c commit 1d2574a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![tests](https://github.com/rfay/ddev-php-patch-build/actions/workflows/tests.yml/badge.svg)](https://github.com/rfay/ddev-php-patch-build/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)
1+
[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)
2+
[![tests](https://github.com/rfay/ddev-php-patch-build/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/rfay/ddev-php-patch-build/actions/workflows/tests.yml?query=branch%3Amain)
3+
[![last commit](https://img.shields.io/github/last-commit/rfay/ddev-php-patch-build)](https://github.com/rfay/ddev-php-patch-build/commits)
4+
[![release](https://img.shields.io/github/v/release/rfay/ddev-php-patch-build)](https://github.com/ddev/ddev-php-patch-build/releases/latest)
25

36
# Experimental Add-on to use PHP patch versions: ddev-php-patch-build
47

tests/test.bats

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# bats ./tests/test.bats
2+
# To exclude release tests:
3+
# bats ./tests/test.bats --filter-tags '!release'
4+
# For debugging:
5+
# bats ./tests/test.bats --show-output-of-passing-tests --verbose-run --print-output-on-failure
6+
17
setup() {
28
set -eu -o pipefail
39
TEST_BREW_PREFIX="$(brew --prefix)"

0 commit comments

Comments
 (0)