Skip to content

Commit

Permalink
feature/php82 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wojczal <mateusz@wojczal.com>
  • Loading branch information
qunabu and Mateusz Wojczal committed Apr 13, 2023
1 parent 6f0f15b commit 1ad88a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
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
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,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 @@ -92,10 +92,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

0 comments on commit 1ad88a2

Please sign in to comment.