Skip to content

Commit

Permalink
Run tests on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mmy742 committed Nov 2, 2021
1 parent 8c25a0d commit 897835d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0, 8.1]
experimental: [false]
include:
- php: 8.0
analysis: true
- php: 8.1
experimental: true
analysis: true

steps:
- name: Checkout
Expand Down

0 comments on commit 897835d

Please sign in to comment.