@@ -10,11 +10,10 @@ jobs:
1010 strategy :
1111 matrix :
1212 php-version :
13- - 7.4
14- - 8.0
1513 - 8.1
1614 - 8.2
1715 - 8.3
16+ - 8.4
1817 runs-on : " ubuntu-latest"
1918 steps :
2019 - uses : actions/checkout@v4
@@ -37,11 +36,10 @@ jobs:
3736 strategy :
3837 matrix :
3938 php-version :
40- - 7.4
41- - 8.0
4239 - 8.1
4340 - 8.2
4441 - 8.3
42+ - 8.4
4543 runs-on : " ubuntu-latest"
4644 steps :
4745 - uses : actions/checkout@v4
@@ -74,11 +72,10 @@ jobs:
7472 strategy :
7573 matrix :
7674 php-version :
77- - 7.4
78- - 8.0
7975 - 8.1
8076 - 8.2
8177 - 8.3
78+ - 8.4
8279 runs-on : " macos-latest"
8380 steps :
8481 - uses : actions/checkout@v4
@@ -104,11 +101,10 @@ jobs:
104101# strategy:
105102# matrix:
106103# php-version:
107- # - 7.4
108- # - 8.0
109104# - 8.1
110105# - 8.2
111106# - 8.3
107+ # - 8.4
112108# runs-on: "macos-latest"
113109# steps:
114110# - uses: actions/checkout@v4
@@ -146,11 +142,10 @@ jobs:
146142 strategy :
147143 matrix :
148144 php-version :
149- - 7.4
150- - 8.0
151145 - 8.1
152146 - 8.2
153147 - 8.3
148+ - 8.4
154149 runs-on : " windows-latest"
155150 steps :
156151 - uses : actions/checkout@v4
@@ -176,22 +171,21 @@ jobs:
176171 strategy :
177172 matrix :
178173 php-version :
179- - 7.4
180- - 8.0
181174 - 8.1
182175 - 8.2
183176 - 8.3
177+ - 8.4
184178 runs-on : " windows-latest"
185179 steps :
186180 - uses : actions/checkout@v4
187181 with :
188182 submodules : recursive
189183 - name : Install Ghostscript
190- run : choco install ghostscript --version 10.03.1 -y
184+ run : choco install ghostscript --version 10.04.0 -y
191185 - name : Create Ghostscript alias
192186 run : |
193- New-Item -ItemType SymbolicLink -Path "C:\Windows\gs.exe" -Target "C:\Program Files\gs\gs10.03.1 \bin\gswin64c.exe"
194- New-Item -ItemType SymbolicLink -Path "C:\Windows\gs" -Target "C:\Program Files\gs\gs10.03.1 \bin\gswin64c.exe"
187+ New-Item -ItemType SymbolicLink -Path "C:\Windows\gs.exe" -Target "C:\Program Files\gs\gs10.04.0 \bin\gswin64c.exe"
188+ New-Item -ItemType SymbolicLink -Path "C:\Windows\gs" -Target "C:\Program Files\gs\gs10.04.0 \bin\gswin64c.exe"
195189 shell : powershell
196190 - name : Set up php ${{ matrix.php-version }}
197191 uses : shivammathur/setup-php@v2
0 commit comments