Skip to content

Commit 628ad1e

Browse files
committed
Drop support for php < 8.1
1 parent 40558dc commit 628ad1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Setup PHP"
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121
tools: composer
2222

2323
- name: "Install dependencies"

0 commit comments

Comments
 (0)