Skip to content

Commit 130e167

Browse files
committed
Default PHP version for checks is 8.2
1 parent 9282291 commit 130e167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
dependencies:
6565
- "highest"
6666
php-version:
67-
- "8.1"
67+
- "8.2"
6868
operating-system:
6969
- "ubuntu-latest"
7070

@@ -99,7 +99,7 @@ jobs:
9999
dependencies:
100100
- "highest"
101101
php-version:
102-
- "8.1"
102+
- "8.2"
103103
operating-system:
104104
- "ubuntu-latest"
105105

@@ -175,7 +175,7 @@ jobs:
175175
dependencies:
176176
- "highest"
177177
php-version:
178-
- "8.1"
178+
- "8.2"
179179
operating-system:
180180
- "ubuntu-latest"
181181

0 commit comments

Comments
 (0)