Skip to content

Commit 26e1d59

Browse files
committed
CI: ubuntu 20.04 is being removed
1 parent 38afcd7 commit 26e1d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-20.04]
13-
phpversion: ["7.4", "8.1", "8.2", "8.3"]
12+
os: [ubuntu-22.04, ubuntu-24.04]
13+
phpversion: [""]
1414

1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)