Skip to content

Commit 7d2fbce

Browse files
committed
[ci skip] hardcoding the ubuntu version for better predictability
1 parent d1a488a commit 7d2fbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
tests:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
env:
1313
PHP_INI_VALUES: assert.exception=1, zend.assertions=1

0 commit comments

Comments
 (0)