Skip to content

Commit

Permalink
remove php 8.3 from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 18, 2023
1 parent 3a1ae9e commit 8fd88b3
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', '8.3']
php-versions: ['8.1', '8.2']
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 @@ -27,7 +27,7 @@
"codeigniter/coding-standard": "^1.0",
"codeigniter4/framework": "^4.3.6",
"phpstan/phpstan": "^1.7.2",
"phpunit/phpunit": "^10.0 ",
"phpunit/phpunit": "^10.5",
"rector/rector": "dev-main"
},
"config": {
Expand Down

0 comments on commit 8fd88b3

Please sign in to comment.