Skip to content

Commit

Permalink
fix: Fix ubuntu version on CI
Browse files Browse the repository at this point in the history
Github Actions changed ubuntu-latest to ubuntu-20.04, which update
libxml from 2.9.4 to 2.9.10. This version handles whitespaces
differently and tests were failing.
  • Loading branch information
marienfressinaud committed Mar 11, 2021
1 parent b3a46c8 commit e8da995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
operating-system: [ubuntu-latest]
operating-system: [ubuntu-18.04]
php-versions: ['7.3', '7.4']

services:
Expand Down

0 comments on commit e8da995

Please sign in to comment.