Skip to content

Commit

Permalink
Install libonig5 when using PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Nov 18, 2023
1 parent 56934e2 commit e0dc775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
- APPLICATION=ops BRANCH=main TEST=pgsql

install:
- php --version | grep "PHP 8.2" && sudo apt-get install libonig5
# Prepare OJS/OMP environment
- git clone -b ${BRANCH} https://github.com/pkp/${APPLICATION} ~/${APPLICATION}
- cd ~/${APPLICATION}
Expand Down

0 comments on commit e0dc775

Please sign in to comment.