Skip to content

Commit 54165d9

Browse files
Update php-testing.yml
1 parent e3ea6e1 commit 54165d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php-testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
operating-system: [ubuntu-20.04]
12-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
11+
operating-system: [ubuntu-22.04]
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)