Skip to content

Commit

Permalink
Merge pull request #1 from agungsugiarto/upgrade-codeigniter
Browse files Browse the repository at this point in the history
upgrade codeigniter
  • Loading branch information
agungsugiarto authored Feb 1, 2021
2 parents 0f6a66a + b939d4e commit 1a60f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
php-versions: [7.3', '7.4']

runs-on: ubuntu-latest

Expand All @@ -33,7 +33,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-source --no-progress --no-suggest

- name: Run test suite
run: composer test
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.3 || 8.0",
"codeigniter4/framework": "^4.1"
},
"autoload": {
"psr-4": {
"Fluent\\Repository\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"fzaninotto/faker": "^1.9",
"codeigniter4/framework": "^4.0"
"phpunit/phpunit": "^9.1",
"fakerphp/faker": "^1.13"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 1a60f25

Please sign in to comment.