Skip to content

Commit

Permalink
Added PHP 8.1 to CI and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Aug 24, 2021
1 parent bd556d4 commit a5e25f3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
exclude:
- {php-version: "7.1", laravel-version: "6.*"} # Laravel 6 requires 7.2+
- {php-version: "7.1", laravel-version: "7.*"} # Laravel 7 requires 7.2+
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
exclude:
- {php-version: "7.1", laravel-version: "6.*"} # Laravel 6 requires 7.2+
- {php-version: "7.1", laravel-version: "7.*"} # Laravel 7 requires 7.2+
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lumen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
exclude:
- {php-version: "7.1", lumen-version: "6.*"} # Lumen 6 requires 7.2+
- {php-version: "7.1", lumen-version: "7.*"} # Lumen 7 requires 7.2+
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
exclude:
- {php-version: "7.1", lumen-version: "6.*"} # Lumen 6 requires 7.2+
- {php-version: "7.1", lumen-version: "7.*"} # Lumen 7 requires 7.2+
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
exclude:
- { php-version: "7.1", symfony-version: "5.*", "twig-version": "2.*" } # Symfony 5 (with Twig 2) requires 7.2+
- { php-version: "7.1", symfony-version: "5.*", "twig-version": "3.*" } # Symfony 5 (with Twig 3) requires 7.2+
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
services:
mongo:
image: mongo
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"keywords": ["performance", "apm", "monitoring", "development"],
"require": {
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*",
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
"ext-json": "*",
"ext-openssl": "*",
"ext-sockets": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5e25f3

Please sign in to comment.