Skip to content

Commit

Permalink
Merge pull request #73 from Bandwidth/SWI-5607
Browse files Browse the repository at this point in the history
SWI-5607 Drop Support for PHP 7.4
  • Loading branch information
ajrice6713 authored Jul 9, 2024
2 parents d4da3e5 + b1e4874 commit ed05c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
php-version: [7.4, 8.0, 8.1, 8.2]
php-version: [8.0, 8.1, 8.2, 8.3]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ed05c82

Please sign in to comment.