Skip to content

Commit

Permalink
Tests for PHP 8.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankonas authored Feb 4, 2022
1 parent 15c10d8 commit 8512a4f
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 8512a4f

Please sign in to comment.