Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2024-11-22 18:08:09 -06:00
commit 910927a7c2

View File

@ -22,7 +22,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
tests: tests:
name: Tests name: Tests
timeout-minutes: 10 timeout-minutes: 10
@ -67,7 +67,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
exclude: exclude:
# PHP 5.3 / 5.4 on windows don't have openssl or curl installed, which prevents composer from running # PHP 5.3 / 5.4 on windows don't have openssl or curl installed, which prevents composer from running
- os: windows-latest - os: windows-latest