Skip to content

Commit

Permalink
Updated github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Williams committed Aug 6, 2024
1 parent 18557bc commit 433275f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/PHP-8.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: PHP 8

on: push
on:
- push
- pull_request

jobs:
run:
runs-on: ubuntu-latest
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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 433275f

Please sign in to comment.