Skip to content

Commit 12c98db

Browse files
authored
php.yml: Test on PHP 8.x
1 parent 11fd598 commit 12c98db

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
@@ -16,6 +16,11 @@ jobs:
1616
- '7.2'
1717
- '7.3'
1818
- '7.4'
19+
- '8.0'
20+
- '8.1'
21+
- '8.2'
22+
- '8.3'
23+
- '8.4'
1924

2025
steps:
2126
- uses: actions/checkout@v2
@@ -31,7 +36,7 @@ jobs:
3136
run: composer validate
3237

3338
- name: Cache Composer cache
34-
uses: actions/cache@v4
39+
uses: actions/cache@v2
3540
with:
3641
path: ~/.composer/cache
3742
key: composer-cache-php${{ matrix.php }}

0 commit comments

Comments
 (0)