Skip to content

Commit

Permalink
refactor(test workflows): add php versions to names
Browse files Browse the repository at this point in the history
  • Loading branch information
021-projects committed Mar 17, 2024
1 parent 9ff95a6 commit 2865677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-php-8.1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Tests (PHP 8.1)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-php-8.2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Tests (PHP 8.2)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-php-8.3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Tests (PHP 8.3)

on:
push:
Expand Down

0 comments on commit 2865677

Please sign in to comment.