Skip to content

Commit 355b1ac

Browse files
author
Rastusik
committed
removed php 7.4 from gh actions
1 parent 5d340e1 commit 355b1ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependencies:
1616
- "locked"
1717
php-version:
18-
- "7.4"
18+
- "8.0"
1919
operating-system:
2020
- "ubuntu-latest"
2121

.github/workflows/phpunit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- "highest"
1818
- "locked"
1919
php-version:
20-
- "7.4"
2120
- "8.0"
2221
- "8.1"
2322
operating-system:

0 commit comments

Comments
 (0)