Skip to content

Commit

Permalink
GH Actions: run tests against PHP 8.1
Browse files Browse the repository at this point in the history
Now PR 446 has been merged and the PHPUnit version requirements widened, we can start running the tests against PHP 8.1.

For the time being - until PHP 8.1 is actually released - these builds are allowed to fail (experimental), though fixing as much as possible as soon as possible, would be a good idea ;-)

Fixes 498
  • Loading branch information
jrfnl committed Jun 21, 2021
1 parent c637258 commit 2248015
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
experimental: false

# Test against PHP Nightly.
# This should be enabled once the PHPUnit version constraints have been widened.
#- php: '8.1'
# coverage: false
# experimental: true
- php: '8.1'
coverage: false
experimental: true

name: "Test: PHP ${{ matrix.php }}"

Expand Down

0 comments on commit 2248015

Please sign in to comment.