Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #276 from mmachatschek/php8_tests
Browse files Browse the repository at this point in the history
Add PHP 8 ci tests
  • Loading branch information
sandervanhooft authored Dec 28, 2020
2 parents 40f4884 + 0d2a605 commit 1cd9064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
php: [7.2, 7.3, 7.4, 8.0]
laravel: [^6.0, ^7.0, ^8.0]
exclude:
- php: 7.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-json": "*",
"ext-intl": "*",
"dompdf/dompdf": "^0.8.0",
"dompdf/dompdf": "^1.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"mollie/laravel-mollie": "^2.9",
Expand Down

0 comments on commit 1cd9064

Please sign in to comment.