Skip to content

Commit 46e0df5

Browse files
committed
Merge branch '4.6'
# Conflicts: # .github/workflows/backend-ci.yaml
2 parents 478e9bb + 4a19d9f commit 46e0df5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php:
1717
- '8.3'
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Setup PHP Action
2222
uses: shivammathur/setup-php@v2
@@ -43,9 +43,10 @@ jobs:
4343
matrix:
4444
php:
4545
- '8.3'
46+
- '8.4'
4647

4748
steps:
48-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
4950

5051
- name: Setup PHP Action
5152
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)