Skip to content

Commit

Permalink
Attempt to fix GitHub Actions flow/pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gxgpet committed Jan 12, 2024
1 parent 63d0375 commit 854a987
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-18.04
runs-on: ubuntu-latest
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 854a987

Please sign in to comment.