Skip to content

Commit f6a0ab1

Browse files
committed
Correct workflows to use 8.3
1 parent 188a70a commit f6a0ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
name: "Coding Standards"
1414
uses: "doctrine/.github/.github/workflows/[email protected]"
1515
with:
16-
php-version: '8.2'
16+
php-version: '8.3'

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
name: "Static Analysis"
1414
uses: "doctrine/.github/.github/workflows/[email protected]"
1515
with:
16-
php-version: '8.2'
16+
php-version: '8.3'

0 commit comments

Comments
 (0)