Skip to content

Commit

Permalink
Run tests on PHP 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk authored and f3l1x committed Dec 1, 2021
1 parent da2f35d commit cca094b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,15 @@ jobs:

strategy:
matrix:
php-version: ["7.2", "7.3", "7.4"]
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
operating-system: ["ubuntu-latest"]
composer-args: [ "" ]
include:
- php-version: "7.4"
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' }}"

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit cca094b

Please sign in to comment.