Skip to content

Commit 3ad2137

Browse files
committed
test php8 compatibility
1 parent 643e258 commit 3ad2137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
20+
phpunit-versions: ['latest']
2021

2122
steps:
2223
- uses: actions/checkout@v2
@@ -26,7 +27,8 @@ jobs:
2627
with:
2728
php-version: ${{ matrix.php-versions }}
2829
extensions: mbstring, intl, gd, imagick, zip, dom, pgsql
29-
30+
env:
31+
update: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
3032
- name: Get composer cache directory
3133
id: composercache
3234
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)