Skip to content

Commit

Permalink
chore: retire <PHP7.3, add PHP8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Oct 1, 2022
1 parent f6cd224 commit 2b34020
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: php

php:
- 7.0
- 7.1
- 7.2
# - 7.0
# - 7.1
# - 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- nightly

matrix:
Expand Down

2 comments on commit 2b34020

@dktapps
Copy link

@dktapps dktapps commented on 2b34020 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to consider updating the composer.json requirements, if these old versions are no longer accepted.

@adhocore
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is accepted - only build is retired due to version incompatibility.
also check #20

Please sign in to comment.