We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490770b commit dc83b1fCopy full SHA for dc83b1f
1 file changed
.github/workflows/tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: shivammathur/setup-php@v2
18
with:
19
coverage: "none"
20
- php-version: "8.2"
+ php-version: "8.4"
21
tools: "composer"
22
23
- name: Install vendors
@@ -73,7 +73,7 @@ jobs:
73
id: composer-cache
74
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
75
76
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
77
78
path: ${{ steps.composer-cache.outputs.dir }}
79
key: ${{ runner.os }}-composer-${{ matrix.php }}
0 commit comments