Skip to content

Commit ddb671b

Browse files
committed
Update test workflow to be fixed on ubuntu-22.04
1 parent ab51ff9 commit ddb671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsv2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
timeout-minutes: 60
88
strategy:
99
matrix:
10-
operating-system: [ubuntu-latest]
10+
operating-system: [ubuntu-22.04]
1111
php-versions: ['8.0', '8.1', '8.2', '8.3']
1212
name: PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
1313
env:

0 commit comments

Comments
 (0)