Skip to content

Commit 9dfe3b5

Browse files
committed
try to bring back CI testing on all php versions
1 parent 06281f8 commit 9dfe3b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
- php: '7.3'
4242
operating-system: ubuntu-22.04
4343
- php: '7.2'
44-
operating-system: ubuntu-20.04
44+
operating-system: ubuntu-22.04
4545
- php: '7.1'
46-
operating-system: ubuntu-20.04
46+
operating-system: ubuntu-22.04
4747
- php: '7.0'
48-
operating-system: ubuntu-20.04
48+
operating-system: ubuntu-22.04
4949
- php: '5.6'
50-
operating-system: ubuntu-20.04
50+
operating-system: ubuntu-22.04
5151
- php: '5.5'
5252
operating-system: ubuntu-22.04
5353
- php: '5.4'
54-
operating-system: ubuntu-20.04
54+
operating-system: ubuntu-22.04
5555
steps:
5656
- name: checkout code
5757
uses: actions/checkout@v3

0 commit comments

Comments
 (0)