Skip to content

Commit

Permalink
Update test suite to use PHP 8.1 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Dec 8, 2021
1 parent f044d74 commit f2a180d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,29 +141,29 @@ workflows:
- phpinsights:
matrix:
parameters:
php: ["7.4", "8.0", "8.1.0RC4"]
php: ["7.4", "8.0", "8.1"]
- phpstan:
matrix:
parameters:
php: ["7.4", "8.0", "8.1.0RC4"]
php: ["7.4", "8.0", "8.1"]
- psalm:
matrix:
parameters:
php: ["7.4", "8.0", "8.1.0RC4"]
php: ["7.4", "8.0", "8.1"]
- pest:
matrix:
parameters:
php: ["7.4", "8.0", "8.1.0RC4"]
php: ["7.4", "8.0", "8.1"]
- infection:
matrix:
parameters:
php: ["7.4", "8.0"]
php: ["7.4", "8.0", "8.1"]
- hold:
type: approval
- snyk:
matrix:
parameters:
php: ["7.4", "8.0"]
php: ["7.4", "8.0", "8.1"]
context:
- snyk-env
requires:
Expand Down
2 changes: 1 addition & 1 deletion docker/php-8.1.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.0RC4-cli-alpine
FROM php:8.1-cli-alpine

# Setup essentials for building PHP extensions
RUN apk update && \
Expand Down

0 comments on commit f2a180d

Please sign in to comment.