Skip to content

Commit

Permalink
Adding 8.1 as a dependency since we want to support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsavage committed Dec 15, 2021
1 parent 1e7aedf commit 927b072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 927b072

Please sign in to comment.