Skip to content

Commit

Permalink
config new php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero authored Jan 30, 2024
1 parent 9c4bea3 commit 4380789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependency-versions:
- "lowest"
- "highest"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4380789

Please sign in to comment.