Skip to content

Commit

Permalink
CI.yaml: Test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Dec 23, 2022
1 parent 495ee37 commit 0a1e2bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
php: "8.0"
- os: ubuntu-20.04
php: "8.1"
- os: ubuntu-20.04
php: "8.2"

name: Test PHP ${{ matrix.php }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0a1e2bf

Please sign in to comment.