Skip to content

Commit 9c1bca8

Browse files
authored
Update GitHub Workflow (#78)
1 parent 3c0a9cb commit 9c1bca8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
version: 2
32
updates:
43
- package-ecosystem: "composer"

.github/workflows/_pullRequest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
path: 'src/'
5656
branch: ${{ github.head_ref }}
57+
phpVersion: '8.3'
5758

5859
Test:
5960
needs: CodeStyle

0 commit comments

Comments
 (0)