Skip to content

Commit 98e90af

Browse files
authored
Drop PHP 8.0 support
1 parent 4134371 commit 98e90af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
operatingSystem: [ubuntu-latest]
18-
phpVersion: ['8.0', '8.1', '8.2', '8.3']
18+
phpVersion: ['8.1', '8.2', '8.3', '8.4']
1919
winterBranch: ['develop']
2020
include:
2121
- operatingSystem: ubuntu-latest

0 commit comments

Comments
 (0)