Skip to content

Commit d9fbaa2

Browse files
committed
testing versions update
1 parent 54165d9 commit d9fbaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
operating-system: [ubuntu-22.04]
12-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
11+
operating-system: [ubuntu-24.04]
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)