We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51ff9 commit ddb671bCopy full SHA for ddb671b
.github/workflows/testsv2.yml
@@ -7,7 +7,7 @@ jobs:
7
timeout-minutes: 60
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-latest]
+ operating-system: [ubuntu-22.04]
11
php-versions: ['8.0', '8.1', '8.2', '8.3']
12
name: PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
13
env:
0 commit comments