Skip to content

Commit

Permalink
changed runner image to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
horfic authored Oct 24, 2023
1 parent 4ab8d45 commit 0b9cfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push]

jobs:
build-test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v1
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: '7.3'
php-version: '7.4'
tools: phpunit
extension: mbstring, intl, simplexml, dom,
ini-values: post_max_size=256M, short_open_tag=On
Expand Down

0 comments on commit 0b9cfdb

Please sign in to comment.