We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d93a16 commit b2f352eCopy full SHA for b2f352e
.github/workflows/php-testing.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- operating-system: [ubuntu-22.04]
+ operating-system: [ubuntu-24.04]
12
php-versions: ['8.1', '8.2', '8.3', '8.4']
13
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
14
steps:
0 commit comments