Skip to content

Commit 85f295f

Browse files
correção nas pipe do github
1 parent d56a7e6 commit 85f295f

5 files changed

Lines changed: 61 additions & 60 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Run PHP_CodeSniffer
2424
uses: chindit/actions-phpcs@master

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Checkout project
1717
- name: Checkout project
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# Install Composer dependencies
2121
- name: Install Composer dependencies

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Set up PHP
1717
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"ext-intl": "To use Format with Date"
9393
},
9494
"require": {
95-
"php": ">=8.3"
95+
"php": "^8.3"
9696
},
9797
"autoload": {
9898
"psr-4": {

composer.lock

Lines changed: 57 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)