Skip to content

Commit

Permalink
Add php 8.3 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danny50610 committed May 18, 2024
1 parent 41241c2 commit cb2f256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
phpVersion: ['8.1', '8.2']
phpVersion: ['8.1', '8.2', '8.3']

steps:
- name: Setup PHP with specific version of PECL extension
Expand Down

0 comments on commit cb2f256

Please sign in to comment.