We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34848b1 commit 1568850Copy full SHA for 1568850
.github/workflows/php.yml
@@ -14,6 +14,11 @@ jobs:
14
matrix:
15
php:
16
- '7.4'
17
+ - '8.0'
18
+ - '8.1'
19
+ - '8.2'
20
+ - '8.3'
21
+ - '8.4'
22
23
steps:
24
- uses: actions/checkout@v2
@@ -29,7 +34,7 @@ jobs:
29
34
run: composer validate
30
35
31
36
- name: Cache Composer cache
32
- uses: actions/cache@v4
37
+ uses: actions/cache@v2
33
38
with:
39
path: ~/.composer/cache
40
key: composer-cache-php${{ matrix.php }}
0 commit comments