Skip to content

Commit

Permalink
added PHP 8.1 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Dec 14, 2022
1 parent ae300db commit 2a4fbb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,13 @@ jobs:

strategy:
matrix:
php-version: ["7.3", "7.4"]
php-version: ["7.3", "7.4", "8.0", "8.1"]
operating-system: ["ubuntu-latest"]
composer-args: [ "" ]
include:
- php-version: "7.3"
operating-system: "ubuntu-latest"
composer-args: "--prefer-lowest"
- php-version: "8.0"
operating-system: "ubuntu-latest"
composer-args: "--ignore-platform-reqs"
fail-fast: false

continue-on-error: "${{ matrix.php-version == '8.0' }}"
Expand Down

0 comments on commit 2a4fbb9

Please sign in to comment.