Skip to content

Commit f43e4b8

Browse files
committed
Linter fails 8.1, 8.2, succeeds on 8.3
1 parent 72babea commit f43e4b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- phoenix
99

1010
env:
11-
PHP_VERSION: '8.1'
11+
PHP_VERSION: '8.3'
1212

1313
permissions:
1414
contents: read

.github/workflows/php-linter.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
workflow_dispatch:
88
inputs:
99
php_version:
10-
description: "Specify the PHP version to use (e.g., 8.0, 8.1)"
10+
description: "Specify the PHP version to use (e.g., 8.3)"
1111
required: false
12-
default: '8.1'
12+
default: '8.3'
1313

1414
env:
15-
PHP_VERSION: ${{ inputs.php_version || '8.1' }}
15+
PHP_VERSION: ${{ inputs.php_version || '8.3' }}
1616

1717
permissions:
1818
contents: read

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BNETDocs
22

33
[![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)
4-
![PHP ^8.1](https://img.shields.io/badge/php-%5E8.1-blue?style=for-the-badge)
4+
![PHP ^8.3](https://img.shields.io/badge/php-%5E8.3-blue?style=for-the-badge)
55
![License Badge](https://img.shields.io/github/license/BNETDocs/bnetdocs-web?style=for-the-badge)
66

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

0 commit comments

Comments
 (0)