generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Add support for PHP 8.0
- Loading branch information
1 parent
b8033d3
commit 58b5410
Showing
14 changed files
with
965 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -80,7 +80,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -152,7 +152,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -208,7 +208,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -260,7 +260,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -322,7 +322,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -372,7 +372,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
@@ -425,6 +425,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.0" | ||
- "8.1" | ||
- "8.2" | ||
- "8.3" | ||
|
@@ -464,6 +465,9 @@ jobs: | |
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Remove incompatible dependencies with composer" | ||
run: "composer remove ergebnis/php-cs-fixer-config --ansi --dev --ignore-platform-reqs --no-interaction --no-progress" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected]" | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "8.1" | ||
- "8.0" | ||
|
||
dependencies: | ||
- "locked" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phive xmlns="https://phar.io/phive"> | ||
<phar name="composer-require-checker" version="^4.7.1" installed="4.7.1" location="./.phive/composer-require-checker" copy="false"/> | ||
<phar name="composer-require-checker" version="~4.4.0" installed="4.4.0" location="./.phive/composer-require-checker" copy="false"/> | ||
</phive> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.