We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d098aed commit 2c33cf5Copy full SHA for 2c33cf5
1 file changed
.github/workflows/build.yml
@@ -9,11 +9,12 @@ jobs:
9
matrix:
10
php-version:
11
- "8.3"
12
+ - "8.4"
13
14
runs-on: ubuntu-latest
15
16
steps:
- - uses: actions/checkout@v2
17
+ - uses: actions/checkout@v4
18
19
- name: "Installing PHP"
20
uses: "shivammathur/setup-php@v2"
@@ -22,7 +23,7 @@ jobs:
22
23
ini-values: memory_limit=-1
24
25
- name: "Install composer dependencies"
- uses: "ramsey/composer-install@v2"
26
+ uses: "ramsey/composer-install@v3"
27
28
- name: Run test suite
29
run: PHP_CS_FIXER_IGNORE_ENV=1 composer build
0 commit comments