Skip to content

Commit ef835e6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)