diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 07:52:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 07:52:22 +0000 |
commit | ae111d0c4a8dfe30bb7233cfa53e4c2c1c03f936 (patch) | |
tree | 5adcf39a70db2228e0e83a36430e8d24f9949b15 | |
parent | acca7495828d2c7cffdc825f99c5da450b0bfc45 (diff) | |
download | php7-mysql-shim-ae111d0c4a8dfe30bb7233cfa53e4c2c1c03f936.zip php7-mysql-shim-ae111d0c4a8dfe30bb7233cfa53e4c2c1c03f936.tar.gz php7-mysql-shim-ae111d0c4a8dfe30bb7233cfa53e4c2c1c03f936.tar.bz2 |
Add PHP 5.3 and 8.0
-rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 9c47357..7f3c867 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4'] + php-versions: ['5.3', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] steps: - name: Checkout uses: actions/checkout@v2 |