Skip to content

Commit 6af341d

Browse files
committed
Update ci.yml to include modern versions of things
1 parent c71ff13 commit 6af341d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
php:
1818
- '7.4'
1919
- '8.0'
20+
- '8.1'
21+
- '8.2'
22+
- '8.3'
2023
wp:
2124
- latest
2225
multisite:
2326
- 'no'
2427
include:
25-
- php: '7.4'
28+
- php: '8.1'
2629
wp: latest
2730
multisite: yes
2831
services:
@@ -41,17 +44,17 @@ jobs:
4144
uses: actions/checkout@v3
4245

4346
- name: Set up PHP
44-
uses: shivammathur/setup-php@2.22.0
47+
uses: shivammathur/setup-php@2.32.0
4548
with:
4649
php-version: ${{ matrix.php }}
4750
env:
4851
fail-fast: 'true'
4952

5053
- name: Install PHP Dependencies
51-
uses: ramsey/composer-install@2.1.1
54+
uses: ramsey/composer-install@3.0.0
5255

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

0 commit comments

Comments
 (0)