Skip to content

Commit

Permalink
changed/change-ci-version auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumadamatias committed Dec 3, 2024
1 parent 18a8434 commit af6cf0a
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 5,672 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.1'
extensions: xdebug, soap
coverage: xdebug

Expand All @@ -25,12 +25,12 @@ jobs:
uses: actions/cache@v1.0.2
with:
path: ~/.composer/cache
key: php7.3-composer-locked-${{ hashFiles('**/composer.lock') }}
key: php8.1-composer-locked-${{ hashFiles('**/composer.lock') }}
restore-keys: |
php7.3-composer-locked-
php8.1-composer-locked-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: CI
run: composer ci
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"endroid/qr-code": "^3.2",
"ext-gd": "*"
},
"require-dev": {
"reyesoft/ci": "2.0.0",
"reyesoft/ci": "2.0.1",
"phpunit/phpunit": "^9.1.5",
"codedungeon/phpunit-result-printer": "0.30.0"
},
Expand Down
Loading

0 comments on commit af6cf0a

Please sign in to comment.