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
ramsey committed Nov 8, 2021
1 parent 5f5ced3 commit 0022990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "lowest"
- "highest"
exclude:
- php-version: "8.0"
dependencies: "lowest"
- php-version: "8.1"
dependencies: "lowest"

steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 0022990

Please sign in to comment.