Skip to content

Commit c263f4d

Browse files
committed
PHP8.3 for linting
1 parent 2a7654f commit c263f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v3
1414

15-
- name: Set up PHP 8.4
15+
- name: Set up PHP 8.3
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.4'
18+
php-version: '8.3'
1919
extensions: mbstring
2020

2121
- name: Get Composer Cache Directory
@@ -45,10 +45,10 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v3
4747

48-
- name: Set up PHP 8.4
48+
- name: Set up PHP 8.3
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: '8.4'
51+
php-version: '8.3'
5252
extensions: mbstring
5353

5454
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)