From 433275fa019c7ba78f6c279294f1652ca4ec5f68 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 6 Aug 2024 23:34:22 +1000 Subject: [PATCH] Updated github workflows. --- .github/workflows/PHP-8.yml | 6 ++++-- README.md | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PHP-8.yml b/.github/workflows/PHP-8.yml index 7879602..40b04f9 100644 --- a/.github/workflows/PHP-8.yml +++ b/.github/workflows/PHP-8.yml @@ -1,6 +1,8 @@ name: PHP 8 -on: push +on: + - push + - pull_request jobs: run: @@ -8,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.0', '8.1'] + php: ['8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} steps: - name: Checkout diff --git a/README.md b/README.md index e21a07f..e69f1a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ style text files to the PHP objects, and builders to create aesthetically pleasi The library can parse and encode DNS messages enabling developers to create DNS client/server platforms in pure PHP. ## Build Status -[![Build Status: PHP 7](https://github.com/Badcow/DNS/workflows/PHP%207/badge.svg)](https://github.com/Badcow/DNS/actions?query=workflow%3A%22PHP+7%22) [![Build Status: PHP 8](https://github.com/Badcow/DNS/workflows/PHP%208/badge.svg)](https://github.com/Badcow/DNS/actions?query=workflow%3A%22PHP+8%22) ## Contents