Skip to content

Commit

Permalink
Linter fails 8.1, 8.2, succeeds on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Dec 19, 2024
1 parent 72babea commit f43e4b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- phoenix

env:
PHP_VERSION: '8.1'
PHP_VERSION: '8.3'

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
workflow_dispatch:
inputs:
php_version:
description: "Specify the PHP version to use (e.g., 8.0, 8.1)"
description: "Specify the PHP version to use (e.g., 8.3)"
required: false
default: '8.1'
default: '8.3'

env:
PHP_VERSION: ${{ inputs.php_version || '8.1' }}
PHP_VERSION: ${{ inputs.php_version || '8.3' }}

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BNETDocs

[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/BNETDocs/bnetdocs-web/php-linter.yml?branch=develop&style=for-the-badge)](https://github.com/BNETDocs/bnetdocs-web/actions)
![PHP ^8.1](https://img.shields.io/badge/php-%5E8.1-blue?style=for-the-badge)
![PHP ^8.3](https://img.shields.io/badge/php-%5E8.3-blue?style=for-the-badge)
![License Badge](https://img.shields.io/github/license/BNETDocs/bnetdocs-web?style=for-the-badge)

[![GitHub watchers](https://img.shields.io/github/watchers/BNETDocs/bnetdocs-web?style=for-the-badge)](https://github.com/BNETDocs/bnetdocs-web/watchers)
Expand Down

0 comments on commit f43e4b8

Please sign in to comment.