Skip to content

Commit

Permalink
Update CI configuration to test against PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Dec 29, 2022
1 parent 058db1b commit 9c31650
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
php-zts:
- nts
# @todo Add ts when setup-php supports ZTS on Ubuntu
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
php-version:
- '5.6.40'
- '7.4.19'
- '8.0.7'
- '8.1.13'
- '8.2.0'
os:
- 'ubuntu-20.04'
steps:
Expand Down Expand Up @@ -51,9 +52,15 @@ jobs:
gpg_fetch_key 5A52880781F755608BF815FC910DEB46F53EA312
gpg_fetch_key 42670A7FE4D0441C8E4632349E4FDC074A4EF02D
;;
8.0.*)
gpg_fetch_key 1729F83938DA44E27BA0F4D3DBDB397470D12172
gpg_fetch_key BFDDD28642824F8118EF77909B67A5C12229118F
8.1.*)
gpg_fetch_key 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E
gpg_fetch_key 39B641343D8C104B2B146DC3F9C39DC0B9698544
gpg_fetch_key F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD
;;
8.2.*)
gpg_fetch_key 1198C0117593497A5EC5C199286AF1F9897469DC
gpg_fetch_key 39B641343D8C104B2B146DC3F9C39DC0B9698544
gpg_fetch_key E60913E4DF209907D8E30D96659A97C9CF2A795A
;;
*)
echo "::warning::No keys imported!"
Expand Down

0 comments on commit 9c31650

Please sign in to comment.