Browse Source

Add PHP 5.5 to tested versions

tags/2.0.33
simialbi 5 years ago committed by GitHub
parent
commit
33391c0e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['5.4', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
steps:
- name: Generate french locale

Loading…
Cancel
Save