Skip to content

Commit

Permalink
Test with PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Apr 8, 2021
1 parent 6b009ac commit dd77705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ jobs:
- magento-version: 2.4.1-p1
magento-php-version: php74-fpm
rapidez-php-version: 7.4
- magento-version: 2.4.1-p1
magento-php-version: php74-fpm
rapidez-php-version: 8.0
- magento-version: 2.4.2
magento-php-version: php74-fpm
rapidez-php-version: 7.4
- magento-version: 2.4.2
magento-php-version: php74-fpm
rapidez-php-version: 8.0

services:
magento:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
php: [7.4, 8.0]
laravel: [8.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down

0 comments on commit dd77705

Please sign in to comment.