Skip to content

Commit 3b1be06

Browse files
Move php version for phpcs into its config
1 parent 3811e4c commit 3b1be06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"
1717
with:
18-
php-version: "8.2"
18+
php-version: "8.4"
1919
extensions: "intl, xdebug"
2020

2121
- name: "Install dependencies with Composer"

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<arg name="colors"/>
66
<arg value="nps"/>
77

8+
<config name="php_version" value="80200"/>
9+
810
<file>src</file>
911
<file>tests</file>
1012

0 commit comments

Comments
 (0)