Skip to content

Commit

Permalink
set php8.3 to phpunit CI
Browse files Browse the repository at this point in the history
Signed-off-by: Denny Septian Panggabean <[email protected]>
  • Loading branch information
ddevsr authored Feb 14, 2024
1 parent df297e7 commit 92d9803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down

0 comments on commit 92d9803

Please sign in to comment.