Skip to content

Commit f282829

Browse files
committed
dont run workflows against 8.0
1 parent d12ebf7 commit f282829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['8.0', '8.1', '8.2', '8.3']
16+
php-version: ['8.1', '8.2', '8.3']
1717
experimental: [false]
1818
composer_args: [""]
1919
include:
@@ -138,5 +138,5 @@ jobs:
138138
needs: php
139139
with:
140140
matrix_extension: '["ast, json, grpc"]'
141-
matrix_php_version: '["8.0", "8.1", "8.2", "8.3"]'
141+
matrix_php_version: '["8.1", "8.2", "8.3"]'
142142
install_directory: '~/.test/.packages'

0 commit comments

Comments
 (0)