Skip to content

Commit e70e47e

Browse files
committed
Test against PHP 8.1
1 parent d203fa9 commit e70e47e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
php: [7.4, 8.0-rc]
27+
php: [7.4, "8.0", 8.1]
2828
composer: [lowest, current, highest]
2929
needs: lint
3030
runs-on: ubuntu-latest
3131
container:
32-
image: wyrihaximusnet/php:${{ matrix.php }}-nts-alpine3.12-dev-root
32+
image: wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-slim-dev-root
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Cache composer packages
@@ -50,15 +50,15 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
php: [7.4, 8.0-rc]
53+
php: [7.4, "8.0", 8.1]
5454
composer: [lowest, current, highest]
5555
check: ${{ fromJson(needs.generate-checks-strategy.outputs.check) }}
5656
needs:
5757
- composer-install
5858
- generate-checks-strategy
5959
runs-on: ubuntu-latest
6060
container:
61-
image: wyrihaximusnet/php:${{ matrix.php }}-nts-alpine3.12-dev-root
61+
image: wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-slim-dev-root
6262
steps:
6363
- uses: actions/checkout@v1
6464
- name: Cache composer packages

0 commit comments

Comments
 (0)