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

Commit

Permalink
Merge pull request #37 from creative-commoners/pulls/master/php81nofail
Browse files Browse the repository at this point in the history
MNT Disallow failures on PHP 8.1
  • Loading branch information
GuySartorelli authored Apr 26, 2022
2 parents 7f7ea58 + 14e8ae9 commit 11f8a81
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions config/jobs/installer-fixed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ jobs:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
allow_failures:
- php: 8.1.0
2 changes: 0 additions & 2 deletions config/jobs/installer-range.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ jobs:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
allow_failures:
- php: 8.1.0
2 changes: 0 additions & 2 deletions config/jobs/self-fixed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ jobs:
- DB=MYSQL
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
allow_failures:
- php: 8.1.0
2 changes: 0 additions & 2 deletions config/jobs/self-range.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ jobs:
- DB=MYSQL
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
allow_failures:
- php: 8.1.0

0 comments on commit 11f8a81

Please sign in to comment.