We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a356e6 commit f955eddCopy full SHA for f955edd
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-22.04
12
steps:
13
- name: checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: composer test
16
uses: docker://chubbyphp/ci-php81:latest
17
env:
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
uses: docker://chubbyphp/ci-php82:latest
28
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
uses: docker://chubbyphp/ci-php83:latest
39
0 commit comments