Skip to content

Commit 04fb9c9

Browse files
authored
Merge pull request #1830 from mrrobot47/update/tests
Update tests
2 parents a17b969 + 2350e62 commit 04fb9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
95+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
9696
steps:
9797
- name: Check out source code
9898
uses: actions/checkout@v3
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Install docker-compose
129129
run: |
130-
sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
130+
sudo curl -L https://github.com/docker/compose/releases/download/v2.26.1/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
131131
sudo chmod +x /usr/local/bin/docker-compose
132132
133133
- name: Install dependencies

0 commit comments

Comments
 (0)