We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480d7de commit 3dcc555Copy full SHA for 3dcc555
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
tests:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
timeout-minutes: 10
13
14
name: PHP 8.3
@@ -57,7 +57,7 @@ jobs:
57
php-coveralls --coverage_clover=build/logs/clover.xml -v
58
59
tests-latest:
60
61
62
63
name: PHP Latest
0 commit comments