Skip to content

Commit 6047c29

Browse files
committed
Adjust CI/CD task names
1 parent 9df1265 commit 6047c29

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/macos_l11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (MacOS; Laravel 11)
1+
name: MacOS (Laravel 11, PHP 8.2)
22

33
on:
44
push:

.github/workflows/macos_l12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (MacOS; Laravel 12)
1+
name: MacOS (Laravel 12, PHP 8.3)
22

33
on:
44
push:

.github/workflows/ubuntu_l11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (Ubuntu; Laravel 11)
1+
name: Ubuntu (Laravel 11, PHP 8.2)
22

33
on:
44
push:

.github/workflows/ubuntu_l12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (Ubuntu; Laravel 12)
1+
name: Ubuntu (Laravel 12, PHP 8.3)
22

33
on:
44
push:

.github/workflows/windows_l11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (Windows; Laravel 11)
1+
name: Windows (Laravel 11, PHP 8.2)
22

33
on:
44
push:

.github/workflows/windows_l12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer (Windows; Laravel 12)
1+
name: Windows (Laravel 12, PHP 8.3)
22

33
on:
44
push:

0 commit comments

Comments
 (0)