Skip to content

Commit eba320e

Browse files
committed
Switches to ubuntu-latest as base os ver
1 parent 63d0375 commit eba320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
tests:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
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)