Skip to content

Commit db7d800

Browse files
committed
chore(ci): remove release job for unsupported php 8.1 + simplify ci
1 parent 78ec415 commit db7d800

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [ 8.1, 8.2, 8.3, 8.4, 8.5 ]
12+
php: [ 8.2, 8.3, 8.4, 8.5 ]
1313

1414
steps:
1515
- name: Checkout code
@@ -20,10 +20,6 @@ jobs:
2020
with:
2121
php-version: ${{ matrix.php }}
2222
coverage: none
23-
# this ini directive seems to be off by default in PHP 8.5
24-
# see https://github.com/php/php-src/issues/20279
25-
# enable it because codeception relies on it.
26-
ini-values: register_argc_argv=1
2723

2824
- name: Validate composer.json and composer.lock
2925
run: composer validate

0 commit comments

Comments
 (0)