Skip to content

Commit b1e4874

Browse files
committed
SWI-5607 Drop Support for PHP 7.4
1 parent d4da3e5 commit b1e4874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
20-
php-version: [7.4, 8.0, 8.1, 8.2]
20+
php-version: [8.0, 8.1, 8.2, 8.3]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3

0 commit comments

Comments
 (0)