Skip to content

Commit

Permalink
Run build tools with php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 7, 2021
1 parent 367e69b commit 76ab114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ branches:
- "Test (PHP 8, symfony 5.3, lowest)"
- "Test (PHP 8, symfony 4.4, highest)"
- "Test (PHP 8, symfony 5.3, highest)"
- "Code Coverage (7.4)"
- "Mutation Tests (7.4)"
- "Code Coverage (8)"
- "Mutation Tests (8)"
strict: true

required_pull_request_reviews: null
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

steps:
- name: "Checkout"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

steps:
- name: "Checkout"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

steps:
- name: "Checkout"
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

steps:
- name: "Checkout"
Expand Down

0 comments on commit 76ab114

Please sign in to comment.