Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
test: support of PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 7, 2023
1 parent 2b9b667 commit b7e9073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: ["7.4", "8.0", "8.1"]
php: ["7.4", "8.0", "8.1", "8.2"]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down

0 comments on commit b7e9073

Please sign in to comment.