Skip to content

Commit

Permalink
ci: add php version 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulferoz committed Nov 4, 2023
1 parent a5b9520 commit 722780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.0', '8.1' ]
php-versions: [ '8.0', '8.1', '8.2' ]

steps:
- name: Checkout
Expand Down

0 comments on commit 722780f

Please sign in to comment.