Travis CI: Test on PHP 8.0 and 8.1

pico-3.0
Daniel Rudolf 3 years ago
parent f7ccd0b703
commit 0f152c7165
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      .travis.yml

@ -14,6 +14,8 @@ jobs:
- php: 7.2 - php: 7.2
- php: 7.3 - php: 7.3
- php: 7.4 - php: 7.4
- php: 8.0
- php: 8.1
- php: nightly - php: nightly
# Branch deployment stage # Branch deployment stage

Loading…
Cancel
Save