Skip to content

Commit

Permalink
ci: run checks on php 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jun 18, 2022
1 parent f86c16a commit e17174c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -94,6 +94,8 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -129,6 +131,7 @@ jobs:
- "7.1"
- "7.4"
- "8.0"
- "8.1"

steps:
- name: "Checkout"
Expand Down

0 comments on commit e17174c

Please sign in to comment.