Skip to content

Commit 7dc384f

Browse files
committed
Bump PHP version for GitHub Actions workflows
1 parent 38e2d72 commit 7dc384f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.2]
11+
php: [8.3]
1212

1313
name: PHP${{ matrix.php }}
1414

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.2, 8.1, 7.4, 7.3]
11+
php: [8.3]
1212

1313
name: PHP${{ matrix.php }}
1414

0 commit comments

Comments
 (0)