Skip to content

Commit

Permalink
Merge pull request #512 from test-runs-tci/phpunit-compat2
Browse files Browse the repository at this point in the history
Travis CI Support
  • Loading branch information
defuse authored Jun 16, 2023
2 parents 5d3269f + 9d2df09 commit 90c263c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ matrix:
env: USE_PSALM=1
- php: "8.2"
env: USE_PSALM=1
dist: focal
- php: "nightly"
env: USE_PSALM=1
- php: "hhvm"
Expand All @@ -31,7 +32,7 @@ matrix:
- php: "hhvm"
# Travis-CI's 8.2 is currently broken, see:
# https://github.com/defuse/php-encryption/pull/506#issuecomment-1594084107
- php: "8.2"
#- php: "8.2"
install:
- composer install
before_script:
Expand Down

0 comments on commit 90c263c

Please sign in to comment.