Skip to content

Commit f811478

Browse files
committed
Use non-alpha for PHP 8.4
1 parent d546378 commit f811478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- PHP_VERSION: '8.1'
3535
- PHP_VERSION: '8.2'
3636
- PHP_VERSION: '8.3'
37-
- PHP_VERSION: '8.4.0alpha4'
37+
- PHP_VERSION: '8.4'
3838

3939
# Steps represent a sequence of tasks that will be executed as part of the job
4040
steps:

0 commit comments

Comments
 (0)