Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 82dfe54

Browse files
petrparolekf3l1x
authored andcommitted
removed PHP 7.2 from GitHub Actions
1 parent a93a121 commit 82dfe54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ jobs:
138138

139139
strategy:
140140
matrix:
141-
php-version: ["7.2", "7.3", "7.4"]
141+
php-version: ["7.3", "7.4"]
142142
operating-system: ["ubuntu-latest"]
143143
composer-args: [ "" ]
144144
include:
145-
- php-version: "7.2"
145+
- php-version: "7.3"
146146
operating-system: "ubuntu-latest"
147147
composer-args: "--prefer-lowest"
148148
- php-version: "8.0"

0 commit comments

Comments
 (0)