aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-nodb.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit-nodb.yml')
-rw-r--r--.github/workflows/phpunit-nodb.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml
index 8eed603277c..4e8529e35a6 100644
--- a/.github/workflows/phpunit-nodb.yml
+++ b/.github/workflows/phpunit-nodb.yml
@@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.3']
include:
- php-versions: '8.2'
coverage: ${{ github.event_name != 'pull_request' }}