We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a488a commit 7d2fbceCopy full SHA for 7d2fbce
.github/workflows/test-phpunit.yml
@@ -7,7 +7,7 @@ permissions:
7
8
jobs:
9
tests:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
if: "!contains(github.event.head_commit.message, '[ci skip]')"
12
env:
13
PHP_INI_VALUES: assert.exception=1, zend.assertions=1
0 commit comments