Skip to content

Commit 1568850

Browse files
reedyJeroenDeDauw
authored andcommitted
php.yml: Test on PHP 8.x
1 parent 34848b1 commit 1568850

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
matrix:
1515
php:
1616
- '7.4'
17+
- '8.0'
18+
- '8.1'
19+
- '8.2'
20+
- '8.3'
21+
- '8.4'
1722

1823
steps:
1924
- uses: actions/checkout@v2
@@ -29,7 +34,7 @@ jobs:
2934
run: composer validate
3035

3136
- name: Cache Composer cache
32-
uses: actions/cache@v4
37+
uses: actions/cache@v2
3338
with:
3439
path: ~/.composer/cache
3540
key: composer-cache-php${{ matrix.php }}

0 commit comments

Comments
 (0)