Skip to content

Commit a3f2147

Browse files
committed
Stop testing on 7.2
We are seeing random failures from the GitHub Action setup unrelated to our code. 7.2 was EOL'd quite some time ago. I am not dropping support completely as this library gets packaged and distributed for various distribution that are still on old PHP versions.
1 parent 19b41cc commit a3f2147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
arch: ["amd64", "i386"]
1616
operating-system: [ubuntu-latest]
17-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
17+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818
php-extensions: ['bcmath', 'gmp']
1919
name: "PHP ${{ matrix.php-versions }} (with ${{ matrix.php-extensions }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
2020
steps:

0 commit comments

Comments
 (0)