Skip to content

Commit

Permalink
pkp/pkp-lib#7690 Add PHP8.1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 17, 2022
1 parent 0536ed4 commit 3718b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
- stage: test
env: TEST=pgsql SAVE_BUILD=true
php: 8.0
- env: TEST=pgsql
php: 8.1
- env: TEST=mysql SAVE_BUILD=true
php: 8.0
- env: TEST=mysql
php: 8.1
# Path info disabled DISABLED pending a fix of pkp/pkp-lib#4414
# - PHPVERSION=7.4 TEST=mysql DISABLE_PATH_INFO=1
# php: 7.2
Expand Down

0 comments on commit 3718b7e

Please sign in to comment.