Skip to content

Commit

Permalink
Github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Apr 11, 2022
1 parent 8a8d555 commit 0075076
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
include:
- magento-version: 2.4.2-p2
magento-php-version: php74-fpm
rapidez-php-version: 7.4
rapidez-php-version: 8.0
- magento-version: 2.4.2-p2
magento-php-version: php74-fpm
rapidez-php-version: 8.0
rapidez-php-version: 8.1
- magento-version: 2.4.3
magento-php-version: php74-fpm
rapidez-php-version: 7.4
rapidez-php-version: 8.0
- magento-version: 2.4.3
magento-php-version: php74-fpm
rapidez-php-version: 8.0
rapidez-php-version: 8.1

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

services:
mysql:
Expand Down

0 comments on commit 0075076

Please sign in to comment.