Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 30, 2020
1 parent 9a7edb6 commit a80ea91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
php: [8.0, 7.4]
laravel: [8.*, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -26,12 +26,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.composer/cache/files
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"league/iso3166": "^2.1.5"
},
Expand All @@ -25,7 +25,7 @@
"laravel/legacy-factories": "^1.0.4",
"myclabs/php-enum": "^1.6",
"orchestra/testbench": "^4.5|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.3",
"phpunit/phpunit": "^9.3",
"spatie/enum": "^2.2"
},
"autoload": {
Expand Down

0 comments on commit a80ea91

Please sign in to comment.