summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit.yml')
-rw-r--r--.github/workflows/phpunit.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 98a546c6..ae3799b1 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -38,7 +38,7 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
@@ -82,8 +82,9 @@ jobs:
databases: ['mysql']
server-versions: ['stable21', 'stable22', 'stable23', 'master']
include:
- - php-versions: 7.4
- server-versions: stable23
+ - php-versions: '8.1'
+ databases: 'mysql'
+ server-versions: master
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -110,7 +111,7 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
@@ -176,7 +177,7 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit