@@ -28,10 +28,10 @@ jobs:
2828 - locked
2929 steps :
3030 - name : 📦 Check out the codebase
31- uses : actions/checkout@v4.1.5
31+ uses : actions/checkout@v4
3232
3333 - name : 🛠️ Setup PHP
34- uses : shivammathur/setup-php@2.30.4
34+ uses : shivammathur/setup-php@2.32.0
3535 with :
3636 php-version : ${{ matrix.php-version }}
3737 extensions : none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, opcache, pcntl, posix
@@ -47,17 +47,17 @@ jobs:
4747 run : composer validate --ansi --strict
4848
4949 - name : 🔍 Get composer cache directory
50- uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1 .0
50+ uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.2 .0
5151
5252 - name : ♻️ Restore cached dependencies installed with composer
53- uses : actions/cache@v4.0.2
53+ uses : actions/cache@v4
5454 with :
5555 path : ${{ env.COMPOSER_CACHE_DIR }}
5656 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
5757 restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
5858
5959 - name : 📥 Install "${{ matrix.dependencies }}" dependencies
60- uses : wayofdev/gh-actions/actions/composer/install@v3.1 .0
60+ uses : wayofdev/gh-actions/actions/composer/install@v3.2 .0
6161 with :
6262 dependencies : ${{ matrix.dependencies }}
6363
@@ -90,12 +90,15 @@ jobs:
9090 - lowest
9191 - locked
9292 - highest
93+ include :
94+ - php-version : ' 8.4'
95+ dependencies : highest
9396 steps :
9497 - name : 📦 Check out the codebase
95- uses : actions/checkout@v4.1.5
98+ uses : actions/checkout@v4
9699
97100 - name : 🛠️ Setup PHP
98- uses : shivammathur/setup-php@2.30.4
101+ uses : shivammathur/setup-php@2.32.0
99102 with :
100103 php-version : ${{ matrix.php-version }}
101104 extensions : none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, opcache, pcntl, posix
@@ -111,10 +114,10 @@ jobs:
111114 run : composer validate --ansi --strict
112115
113116 - name : 🔍 Get composer cache directory
114- uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1 .0
117+ uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.2 .0
115118
116119 - name : ♻️ Restore cached dependencies installed with composer
117- uses : actions/cache@v4.0.2
120+ uses : actions/cache@v4
118121 with :
119122 path : ${{ env.COMPOSER_CACHE_DIR }}
120123 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -125,7 +128,7 @@ jobs:
125128 run : composer config platform.php --ansi --unset
126129
127130 - name : 📥 Install "${{ matrix.dependencies }}" dependencies
128- uses : wayofdev/gh-actions/actions/composer/install@v3.1 .0
131+ uses : wayofdev/gh-actions/actions/composer/install@v3.2 .0
129132 with :
130133 dependencies : ${{ matrix.dependencies }}
131134
@@ -155,12 +158,12 @@ jobs:
155158 TRAP_PHAR_SIGNATURE : " .build/phar/trap.phar.asc"
156159 steps :
157160 - name : 📦 Check out the codebase
158- uses : actions/checkout@v4.1.5
161+ uses : actions/checkout@v4
159162 with :
160163 fetch-depth : 0
161164
162165 - name : 🛠️ Setup PHP
163- uses : shivammathur/setup-php@2.30.4
166+ uses : shivammathur/setup-php@2.32.0
164167 with :
165168 php-version : ${{ matrix.php-version }}
166169 extensions : none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets
@@ -173,22 +176,22 @@ jobs:
173176 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
174177
175178 - name : 🔍 Get composer cache directory
176- uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1 .0
179+ uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.2 .0
177180
178181 - name : ♻️ Restore cached dependencies installed with composer
179- uses : actions/cache@v4.0.2
182+ uses : actions/cache@v4
180183 with :
181184 path : ${{ env.COMPOSER_CACHE_DIR }}
182185 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
183186 restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
184187
185188 - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
186- uses : wayofdev/gh-actions/actions/composer/install@v3.1 .0
189+ uses : wayofdev/gh-actions/actions/composer/install@v3.2 .0
187190 with :
188191 dependencies : ${{ matrix.dependencies }}
189192
190193 - name : 📥 Install dependencies with phive
191- uses : wayofdev/gh-actions/actions/phive/install@v3.1 .0
194+ uses : wayofdev/gh-actions/actions/phive/install@v3.2 .0
192195 with :
193196 phive-home : ' .phive'
194197 trust-gpg-keys : ' 0xC00543248C87FB13,0x033E5F8D801A2F8D,0x2DF45277AEF09A2F'
0 commit comments