Skip to content

Commit e1b0948

Browse files
committed
fixup! dev rector
1 parent 601759e commit e1b0948

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ jobs:
1515
-
1616
name: 'Along PHPUnit 10'
1717
run: composer require "phpunit/phpunit:10.*" -W
18+
php: 8.2
1819
-
1920
name: 'Along PHPUnit 11'
2021
run: composer require "phpunit/phpunit:11.*" -W
22+
php: 8.2
2123
-
2224
name: 'Along PHPUnit 12'
2325
run: composer require "phpunit/phpunit:12.*" -W
26+
php: 8.3
2427

2528
name: ${{ matrix.actions.name }}
2629

@@ -32,7 +35,7 @@ jobs:
3235
-
3336
uses: shivammathur/setup-php@v2
3437
with:
35-
php-version: 8.2
38+
php-version: ${{ matrix.actions.php }}
3639
coverage: none
3740

3841
- uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)