We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e919778 commit c458021Copy full SHA for c458021
.github/workflows/php.yml
@@ -9,10 +9,10 @@ on:
9
jobs:
10
run:
11
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
13
strategy:
14
matrix:
15
- operating-system: [ubuntu-latest]
+ operating-system: [ubuntu-24.04]
16
php-versions: ['7.4','8.0', '8.1']
17
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
18
.github/workflows/static-analysis.yml
php-versions: ['7.4','8.0']
0 commit comments