Skip to content

Commit 28b29e9

Browse files
committed
dropping 7.2 from CI: it is no longer supported by CI tools
1 parent 2ded2f2 commit 28b29e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-turbo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
php-versions: ['7.2', '7.3', '7.4', '8.0']
36+
php-versions: ['7.3', '7.4', '8.0']
3737
fail-fast: false
3838
name: PHP ${{ matrix.php-versions }} Test on ubuntu-latest
3939

0 commit comments

Comments
 (0)