Skip to content

Commit 1c67422

Browse files
committed
Github Actions: Add PHP 8.x
1 parent 1bcdce6 commit 1c67422

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- php: '7.2'
1818
- php: '7.3'
1919
- php: '7.4'
20+
- php: '8.0'
21+
- php: '8.1'
22+
- php: '8.2'
23+
- php: '8.3'
24+
- php: '8.4'
2025

2126
name: PHP ${{ matrix.php }}
2227

0 commit comments

Comments
 (0)