Skip to content

Commit

Permalink
[ci skip] hardcoding the ubuntu version for better predictability
Browse files Browse the repository at this point in the history
  • Loading branch information
gxgpet committed Jan 14, 2024
1 parent d1a488a commit 7d2fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
env:
PHP_INI_VALUES: assert.exception=1, zend.assertions=1
Expand Down

0 comments on commit 7d2fbce

Please sign in to comment.