Skip to content

Commit

Permalink
feature/php82 (#40)
Browse files Browse the repository at this point in the history
* feature/php82

* allow-plugins

---------

Co-authored-by: Mateusz Wojczal <mateusz@wojczal.com>
  • Loading branch information
qunabu and Mateusz Wojczal committed Apr 13, 2023
1 parent 0a6ecdc commit 219518e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
phpunit-code-coverage:
runs-on: ubuntu-latest
container:
image: escolalms/php:7.4
image: escolalms/php:8.2

steps:
- name: Instantiate package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cc.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
phpunit-code-coverage:
runs-on: ubuntu-latest
container:
image: escolalms/php:7.4
image: escolalms/php:8.2

services:
mysql:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit

php74-laravel-latest-phpunit-mysql:
php82-laravel-latest-phpunit-mysql:
runs-on: ubuntu-latest
container:
image: escolalms/php:7.4
image: escolalms/php:8.2

services:
mysql:
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit

php74-laravel-latest-phpunit-postgres:
php82-laravel-latest-phpunit-postgres:
runs-on: ubuntu-latest
container:
image: escolalms/php:7.4
image: escolalms/php:8.2

services:
postgres:
Expand Down
15 changes: 11 additions & 4 deletions composer.json
Expand Up @@ -14,10 +14,12 @@
"orchestra/testbench": "^6"
},
"license": "Apache-2.0",
"authors": [{
"name": "Mateusz Wojczal",
"email": "mateusz@escolasoft.pl"
}],
"authors": [
{
"name": "Mateusz Wojczal",
"email": "mateusz@escolasoft.pl"
}
],
"autoload": {
"psr-4": {
"EscolaLms\\Scorm\\": "src",
Expand All @@ -31,5 +33,10 @@
"EscolaLms\\Scorm\\EscolaLmsScormServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
2 changes: 1 addition & 1 deletion env/docker-compose.yml
Expand Up @@ -6,7 +6,7 @@ networks:

services:
escola_lms_app74:
image: escolalms/php:7.4
image: escolalms/php:8.2
command: bash -c "php-fpm -F"
volumes:
- ./../:/var/www/html
Expand Down

0 comments on commit 219518e

Please sign in to comment.