Skip to content

Commit

Permalink
Merge branch 'master' into add/qm-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rinatkhaziev authored Jan 22, 2025
2 parents 3d010f4 + d32c7be commit 90e6b02
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
fail-fast: false
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
wp:
- latest
multisite:
- 'no'
include:
- php: '7.4'
- php: '8.1'
wp: latest
multisite: yes
services:
Expand All @@ -40,18 +42,22 @@ jobs:
- name: Check out source code
uses: actions/checkout@v3

- name: Install svn
run: sudo apt-get update && sudo apt-get install -y subversion
shell: bash

- name: Set up PHP
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php }}
env:
fail-fast: 'true'

- name: Install PHP Dependencies
uses: ramsey/composer-install@2.1.1
uses: ramsey/composer-install@3.0.0

- name: Set up WordPress and WordPress Test Library
uses: sjinks/setup-wordpress-test-library@1.1.11
uses: sjinks/setup-wordpress-test-library@v2.1.3
with:
version: ${{ matrix.wp }}

Expand Down

0 comments on commit 90e6b02

Please sign in to comment.