Skip to content

Commit 943de88

Browse files
committed
Remove old php version from github actions
1 parent c0042da commit 943de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
23+
php: ['8.1', '8.2', '8.3', '8.4']
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)