Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(CI): upgrade vm to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev authored and pschuele committed Aug 18, 2021
1 parent 8a199d7 commit 84d6997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-18.04]
operating-system: [ubuntu-20.04]
php-versions: ['7.2', '7.4']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
Expand Down

0 comments on commit 84d6997

Please sign in to comment.