Skip to content

Commit b0fe014

Browse files
Remove php74 tests from github pipeline.
1 parent 95c90a0 commit b0fe014

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "7.4"
1918
- "8.0"
2019
- "8.1"
2120
- "8.2"
2221
- "8.3"
2322

2423
steps:
2524
- name: "Checkout"
26-
uses: "actions/checkout@v2"
25+
uses: "actions/checkout@v4"
2726

2827
- name: "Install PHP"
2928
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)