Skip to content

Commit 33cfd23

Browse files
committed
- update: added PHP 8.3 and 8.4
- update: action checkout version
1 parent fb8cda0 commit 33cfd23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
php:
2828
- '8.1'
2929
- '8.2'
30+
- '8.3'
31+
- '8.4'
3032
redis:
3133
- 5
3234
- 6
@@ -45,7 +47,7 @@ jobs:
4547

4648
steps:
4749
- name: Checkout code
48-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
4951
with:
5052
fetch-depth: 10
5153

0 commit comments

Comments
 (0)