Skip to content

Commit 0a1e2bf

Browse files
committed
CI.yaml: Test on PHP 8.2
1 parent 495ee37 commit 0a1e2bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
php: "8.0"
1919
- os: ubuntu-20.04
2020
php: "8.1"
21+
- os: ubuntu-20.04
22+
php: "8.2"
2123

2224
name: Test PHP ${{ matrix.php }}
2325
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)