Skip to content

Commit 7d1d957

Browse files
committed
Check on PHP 8.3
1 parent 15f95f8 commit 7d1d957

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "8.0"
3030
- "8.1"
3131
- "8.2"
32+
- "8.3"
3233
operating-system:
3334
- "ubuntu-latest"
3435

@@ -65,7 +66,7 @@ jobs:
6566
dependencies:
6667
- "highest"
6768
php-version:
68-
- "8.2"
69+
- "8.3"
6970
operating-system:
7071
- "ubuntu-latest"
7172

@@ -101,7 +102,7 @@ jobs:
101102
dependencies:
102103
- "highest"
103104
php-version:
104-
- "8.2"
105+
- "8.3"
105106
operating-system:
106107
- "ubuntu-latest"
107108

@@ -140,6 +141,7 @@ jobs:
140141
- "8.0"
141142
- "8.1"
142143
- "8.2"
144+
- "8.3"
143145
operating-system:
144146
- "ubuntu-latest"
145147
- "windows-latest"
@@ -178,7 +180,7 @@ jobs:
178180
dependencies:
179181
- "highest"
180182
php-version:
181-
- "8.2"
183+
- "8.3"
182184
operating-system:
183185
- "ubuntu-latest"
184186

0 commit comments

Comments
 (0)