Skip to content

Commit

Permalink
add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 18, 2023
1 parent ef64ba6 commit 3a1ae9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
steps:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"conflict": {
"codeigniter4/framework": "<4.3.6"
Expand Down

0 comments on commit 3a1ae9e

Please sign in to comment.